Message307117
| 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:10 | vstinner | set | recipients:
+ vstinner, yselivanov |
| 2017-11-28 10:29:10 | vstinner | set | messageid: <1511864950.13.0.213398074469.issue32154@psf.upfronthosting.co.za> |
| 2017-11-28 10:29:10 | vstinner | link | issue32154 messages |
| 2017-11-28 10:29:10 | vstinner | create | |
|