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 fdrake
Recipients
Date 2005-11-08.21:43:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The get_data() method on the zipimport.zipimporter
object produces IOError exceptions that only have an
error message.  It should use
PyErr_SetFromErrnoWithFilename() instead of
PyErr_Format() for IOError exceptions.

This should be fixed for both Python 2.4.3 and 2.5.
History
Date User Action Args
2007-08-23 14:36:06adminlinkissue1351707 messages
2007-08-23 14:36:06admincreate