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.

作者 r.david.murray
收信人 giampaolo.rodola, maker, r.david.murray, terry.reedy, vinay.sajip
日期 2012-05-15.14:51:56
SpamBayes Score -1.0
Marked as misclassified
Message-id <1337093517.38.0.895940318458.issue11959@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2012-05-15 14:51:57r.david.murray修改recipients: + r.david.murray, terry.reedy, vinay.sajip, giampaolo.rodola, maker
2012-05-15 14:51:57r.david.murray修改messageid: <1337093517.38.0.895940318458.issue11959@psf.upfronthosting.co.za>
2012-05-15 14:51:56r.david.murray链接issue11959 messages
2012-05-15 14:51:56r.david.murray创建