Message 93031 - Python tracker

Message93031

Author schmir
Recipients schmir, schuppenies
Date 2009-09-23.08:34:21
SpamBayes Score 8.2350977e-07
Marked as misclassified No
Message-id <1253694863.9.0.0494966720988.issue4833@psf.upfronthosting.co.za>
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: <1253694863.9.0.0494966720988.issue4833@psf.upfronthosting.co.za>
2009-09-23 08:34:22schmirlinkissue4833 messages
2009-09-23 08:34:21schmircreate