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 r.david.murray
Recipients giampaolo.rodola, maker, r.david.murray, terry.reedy, vinay.sajip
Date 2012-05-15.01:17:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I'm finally getting back around to this.

If asyncore and asynchat are (mostly?) supporting an alternate socket map, why is it necessary to copy create_socket?  Shouldn't we be fixing create_socket in asyncore instead?
History
Date User Action Args
2012-05-15 01:17:54r.david.murraysetrecipients: + r.david.murray, terry.reedy, vinay.sajip, giampaolo.rodola, maker
2012-05-15 01:17:53r.david.murraysetmessageid: <[email protected]>
2012-05-15 01:17:50r.david.murraylinkissue11959 messages
2012-05-15 01:17:49r.david.murraycreate