New submission from Pino Toscano <[email protected]>: 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.
---------- components: Tests messages: 157052 nosy: pino priority: normal severity: normal status: open title: test_smtplib.py lacks "import errno" versions: Python 3.3 _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14442> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
