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 felipecruz
Recipients christian.heimes, ezio.melotti, felipecruz, jcea, pitrou
Date 2012-09-15.13:20:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347715240.89.0.776932896208.issue15897@psf.upfronthosting.co.za>
In-reply-to
Content
I've updated the patch changing fseek_error goto block error return from PyErr_SetFromErrno to PyErr_Format(ZipImportError, "can't read Zip file: %R", archive); (returning NULL after).
History
Date User Action Args
2012-09-15 13:20:40felipecruzsetrecipients: + felipecruz, jcea, pitrou, christian.heimes, ezio.melotti
2012-09-15 13:20:40felipecruzsetmessageid: <1347715240.89.0.776932896208.issue15897@psf.upfronthosting.co.za>
2012-09-15 13:20:40felipecruzlinkissue15897 messages
2012-09-15 13:20:40felipecruzcreate