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 pino
Recipients pino
Date 2012-03-29.14:47:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333032451.04.0.680519034483.issue14442@psf.upfronthosting.co.za>
In-reply-to
Content
In Lib/test/test_smtplib.py, there's a try ... except which checks the errno of the IOError exception; though, the errno module is not imported, eventually causing
| NameError: global name 'errno' is not defined
in such case.
History
Date User Action Args
2012-03-29 14:47:31pinosetrecipients: + pino
2012-03-29 14:47:31pinosetmessageid: <1333032451.04.0.680519034483.issue14442@psf.upfronthosting.co.za>
2012-03-29 14:47:30pinolinkissue14442 messages
2012-03-29 14:47:30pinocreate