Browse Source
bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)
pull/4924/head
bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)
pull/4924/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 87 additions and 24 deletions
-
14Doc/library/asyncio-protocol.rst
-
15Lib/asyncio/proactor_events.py
-
15Lib/asyncio/selector_events.py
-
6Lib/asyncio/sslproto.py
-
4Lib/asyncio/transports.py
-
10Lib/test/test_asyncio/test_proactor_events.py
-
28Lib/test/test_asyncio/test_selector_events.py
-
17Lib/test/test_asyncio/utils.py
-
2Misc/NEWS.d/next/Library/2017-12-17-22-50-51.bpo-32356.roZJpA.rst
@ -0,0 +1,2 @@ |
|||
asyncio.transport.resume_reading() and pause_reading() are now idempotent. |
|||
New transport.is_reading() method is added. |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue