You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tarfile documentation mentions stream mode only in tarfile.open, and says "However, such a TarFile object is limited in that it does not allow random access, see Examples."
The examples section does not showcase stream mode at all.
I believe all methods that might be unavailable in stream mode should be documented as such.
The text was updated successfully, but these errors were encountered:
Documentation
tarfile
documentation mentions stream mode only intarfile.open
, and says "However, such a TarFile object is limited in that it does not allow random access, see Examples."The examples section does not showcase stream mode at all.
I believe all methods that might be unavailable in stream mode should be documented as such.
The text was updated successfully, but these errors were encountered: