Message 26827 - Python tracker (original) (raw)

Message26827

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:06 admin link issue1351707 messages
2007-08-23 14:36:06 admin create