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 vstinner
Recipients gvanrossum, mark.dickinson, python-dev, vstinner, yselivanov
Date 2014-06-10.08:30:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402389031.31.0.0209955451134.issue21326@psf.upfronthosting.co.za>
In-reply-to
Content
This issue was discussed on the python-dev mailing list. The conclusion is that adding a new method to asyncio is safe because asyncio has a "provisional API" (whereas the selectors module doesn't).

Ok, Python 3.4.2 will have the new method BaseEventLoop.is_closed(), that's all.
History
Date User Action Args
2014-06-10 08:30:31vstinnersetrecipients: + vstinner, gvanrossum, mark.dickinson, python-dev, yselivanov
2014-06-10 08:30:31vstinnersetmessageid: <1402389031.31.0.0209955451134.issue21326@psf.upfronthosting.co.za>
2014-06-10 08:30:31vstinnerlinkissue21326 messages
2014-06-10 08:30:31vstinnercreate