New submission from Pino Toscano <toscano.p...@tiscali.it>:

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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14442>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to