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 vstinner, yselivanov
Date 2017-11-28.10:29:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511864950.13.0.213398074469.issue32154@psf.upfronthosting.co.za>
In-reply-to
Content
For backward compatibility with Python 3.3, Lib/asyncio/__init__.py exports asyncio.selectors and asyncio._overlapped symbols. Python 3.3 reached it's end of line last september, it's time to move on:
https://devguide.python.org/#status-of-python-branches

This change is backward incompatible.

Attached PR removes asyncio.selectors and asyncio._overlapped symbols, and use directly modules from the standard library. It documents the change in the "Porting to Python 3.7" section of the "What's New in Python 3.7" document.
History
Date User Action Args
2017-11-28 10:29:10vstinnersetrecipients: + vstinner, yselivanov
2017-11-28 10:29:10vstinnersetmessageid: <1511864950.13.0.213398074469.issue32154@psf.upfronthosting.co.za>
2017-11-28 10:29:10vstinnerlinkissue32154 messages
2017-11-28 10:29:10vstinnercreate