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 Nir Soffer
Recipients Nir Soffer, giampaolo.rodola, gvanrossum, serhiy.storchaka, vstinner, walkhour
Date 2017-07-25.22:00:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501020016.02.0.934188759569.issue30985@psf.upfronthosting.co.za>
In-reply-to
Content
Giampaolo, people using only 3.7 should probably use asyncio. Fixing
asyncore is more important to those that can use only 2.7 (e.g.Centos/RHEL)
or have to support both python 3 and 2.

Do you think using _closed is safer for backport? This can also clash with
existing code.
History
Date User Action Args
2017-07-25 22:00:16Nir Soffersetrecipients: + Nir Soffer, gvanrossum, vstinner, giampaolo.rodola, serhiy.storchaka, walkhour
2017-07-25 22:00:16Nir Soffersetmessageid: <1501020016.02.0.934188759569.issue30985@psf.upfronthosting.co.za>
2017-07-25 22:00:16Nir Sofferlinkissue30985 messages
2017-07-25 22:00:15Nir Soffercreate