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.14:51:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337093517.38.0.895940318458.issue11959@psf.upfronthosting.co.za>
In-reply-to
Content
But it is create_socket you want to change.  So if we add a map argument to that and only pass it to socket if it is non-None, wouldn't that maintain backward compatibility with current asyncore behavior?  Neither asyncore nor asynchat calls create_socket, as far as I can see.
History
Date User Action Args
2012-05-15 14:51:57r.david.murraysetrecipients: + r.david.murray, terry.reedy, vinay.sajip, giampaolo.rodola, maker
2012-05-15 14:51:57r.david.murraysetmessageid: <1337093517.38.0.895940318458.issue11959@psf.upfronthosting.co.za>
2012-05-15 14:51:56r.david.murraylinkissue11959 messages
2012-05-15 14:51:56r.david.murraycreate