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 loewis
Recipients
Date 2007-03-06.10:49:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Thanks for the patch. Committed as r54152. If you want to produce further changes, please submit them as new patches against the subversion trunk.

Two remarks:
- I recall discussion of adding an extract method. Are you still interested in this?
- The previous version required that the mode is 'r' or 'a' to invoke .read(), and raised a RuntimeError in this case. Your version doesn't (but instead raises KeyError if the archive member to be read wasn't written yet). Was this change deliberate?
History
Date User Action Args
2007-08-23 15:41:47adminlinkissue1121142 messages
2007-08-23 15:41:47admincreate