This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author johnsonm
Recipients johnsonm, lars.gustaebel
Date 2009-06-11.15:10:11
SpamBayes Score 1.6585888e-09
Marked as misclassified No
Message-id <1244733013.01.0.31323578599.issue6254@psf.upfronthosting.co.za>
In-reply-to
Content
OK, not intended for "everyday use"; I understand this as meaning that
it is considered primarily an internal interface, and thus one that has
an explicitly unstable API.  It is hard for me to guess that this would
be the case, since this intent is not documented in the docstrings or
comments of either TarFile.__init__() or TarFile.open()

If I'm understanding you correctly, this could be considered a
documentation bug; perhaps the docstring for TarFile.__init__() could
suggest using the open() method, except possibly within TarFile subclasses?

Sorry to be so confused here.  I hope I'm finally converging on
understanding...

Anyway, thanks for the help!
History
Date User Action Args
2009-06-11 15:10:13johnsonmsetrecipients: + johnsonm, lars.gustaebel
2009-06-11 15:10:13johnsonmsetmessageid: <1244733013.01.0.31323578599.issue6254@psf.upfronthosting.co.za>
2009-06-11 15:10:11johnsonmlinkissue6254 messages
2009-06-11 15:10:11johnsonmcreate