]> granicus.if.org Git - python/commit
bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)
authorYury Selivanov <yury@magic.io>
Mon, 18 Dec 2017 22:03:23 +0000 (17:03 -0500)
committerGitHub <noreply@github.com>
Mon, 18 Dec 2017 22:03:23 +0000 (17:03 -0500)
commitd757aaf9dd767d13205bf9917e520ebf43e7f6e5
tree2e0c92b2daf71cdf63c68a392e49aaa0a730daf7
parent2d8f06382e7d5a759ca554110a699a397114824a
bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)
Doc/library/asyncio-protocol.rst
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/sslproto.py
Lib/asyncio/transports.py
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/utils.py
Misc/NEWS.d/next/Library/2017-12-17-22-50-51.bpo-32356.roZJpA.rst [new file with mode: 0644]