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 Nir Soffer, giampaolo.rodola, gvanrossum, serhiy.storchaka, vstinner, walkhour
Date 2017-07-25.21:25:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501017955.94.0.0297198397751.issue30985@psf.upfronthosting.co.za>
In-reply-to
Content
I welcome this change as it avoids tricks like this one: 
https://github.com/giampaolo/pyftpdlib/blob/1268bb185cd63c657d78bc33309041628e62360a/pyftpdlib/handlers.py#L537
Any app using asyncore for anything other than an echo server eventually ends up doing the same.
History
Date User Action Args
2017-07-25 21:25:55giampaolo.rodolasetrecipients: + giampaolo.rodola, gvanrossum, vstinner, serhiy.storchaka, Nir Soffer, walkhour
2017-07-25 21:25:55giampaolo.rodolasetmessageid: <1501017955.94.0.0297198397751.issue30985@psf.upfronthosting.co.za>
2017-07-25 21:25:55giampaolo.rodolalinkissue30985 messages
2017-07-25 21:25:55giampaolo.rodolacreate