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 rossmclendon
Recipients rhettinger, rossmclendon
Date 2009-09-02.05:42:57
SpamBayes Score 0.005920263
Marked as misclassified No
Message-id <1251870179.5.0.203654130134.issue6818@psf.upfronthosting.co.za>
In-reply-to
Content
Slight change to:

"Such a method should probably only apply to archives that are in append
mode as write mode would erase the original archive and read mode should
render the archive immutable."

The method should probably still apply to an archive in write mode.  It
is conceivable that one may need to delete a file from the archive after
it has been written but before the archive object has been closed.
History
Date User Action Args
2009-09-02 05:42:59rossmclendonsetrecipients: + rossmclendon, rhettinger
2009-09-02 05:42:59rossmclendonsetmessageid: <1251870179.5.0.203654130134.issue6818@psf.upfronthosting.co.za>
2009-09-02 05:42:58rossmclendonlinkissue6818 messages
2009-09-02 05:42:57rossmclendoncreate