[issue11959] smtpd cannot be used without affecting global state

Giampaolo Rodola' report at bugs.python.org
Wed Jun 5 00:32:17 CEST 2013


Giampaolo Rodola' added the comment:

Changes to Doc/library/asyncore.rst should be reverted.

Also I would do:

- asynchat.async_chat.__init__(self, conn, map)
+ asynchat.async_chat.__init__(self, conn, map=map)

----------

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


More information about the Python-bugs-list mailing list