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 vinay.sajip
Recipients giampaolo.rodola, r.david.murray, terry.reedy, vinay.sajip
Date 2011-05-06.22:47:40
SpamBayes Score 0.031398036
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
It's create_socket which is being redefined, because the base class implementation

https://bitbucket.org/mirror/cpython/src/5661480f7763/Lib/asyncore.py#cl-292

calls set_socket without passing a map.
History
Date User Action Args
2011-05-06 22:47:41vinay.sajipsetrecipients: + vinay.sajip, terry.reedy, giampaolo.rodola, r.david.murray
2011-05-06 22:47:41vinay.sajipsetmessageid: <[email protected]>
2011-05-06 22:47:40vinay.sajiplinkissue11959 messages
2011-05-06 22:47:40vinay.sajipcreate