[issue8573] Buggy _strerror in asyncore

Giampaolo Rodola' report at bugs.python.org
Tue May 18 22:19:07 CEST 2010


Giampaolo Rodola' <g.rodola at gmail.com> added the comment:

It slipped under my radar as well. Thanks.
Fixed in r81294 (trunk), r81298 (2.6), r81299 (3.2) and r81300 (3.1) which also add tests and include NameError in the list of possible exceptions in case os.strerror() is not supported on the current platform (e.g. Windows CE) in which case "unknown error $number$" is returned.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8573>
_______________________________________


More information about the Python-bugs-list mailing list