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 schmir
Recipients schmir, schuppenies
Date 2009-09-23.08:34:21
SpamBayes Score 8.2350977e-07
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
it looks like this is fixed in 2.6.2.

I'm attaching a zipfile which cannot be extracted in 2.6.1

Running
python -c 'import zipfile; zipfile.ZipFile("test.zip").extractall()'
in 2.6.2 however works. 
but you should not do that anyway because of issue 6972
History
Date User Action Args
2009-09-23 08:34:24schmirsetrecipients: + schmir, schuppenies
2009-09-23 08:34:23schmirsetmessageid: <[email protected]>
2009-09-23 08:34:22schmirlinkissue4833 messages
2009-09-23 08:34:21schmircreate