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 giampaolo.rodola
Recipients barry, giampaolo.rodola, maker, pitrou, r.david.murray, terry.reedy, vinay.sajip
Date 2013-06-04.22:32:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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)
History
Date User Action Args
2013-06-04 22:32:17giampaolo.rodolasetrecipients: + giampaolo.rodola, barry, terry.reedy, vinay.sajip, pitrou, r.david.murray, maker
2013-06-04 22:32:17giampaolo.rodolasetmessageid: <[email protected]>
2013-06-04 22:32:17giampaolo.rodolalinkissue11959 messages
2013-06-04 22:32:17giampaolo.rodolacreate