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 <1370385137.85.0.183352697802.issue11959@psf.upfronthosting.co.za>
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: <1370385137.85.0.183352697802.issue11959@psf.upfronthosting.co.za>
2013-06-04 22:32:17giampaolo.rodolalinkissue11959 messages
2013-06-04 22:32:17giampaolo.rodolacreate