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 |
|