]> granicus.if.org Git - python/commit
[3.6] bpo-32356: idempotent pause_/resume_reading (GH-4914) (GH-7629)
authorVictor Stinner <vstinner@redhat.com>
Wed, 13 Jun 2018 10:05:15 +0000 (12:05 +0200)
committerGitHub <noreply@github.com>
Wed, 13 Jun 2018 10:05:15 +0000 (12:05 +0200)
commit142e3c08a40c75b5788474b0defe7d5c0671f675
tree949c50cbff8fed695ef04e05d28485f133ca9580
parent961332dfd3dbff4c63ed4d9f8b5de937aa63475b
[3.6] bpo-32356: idempotent pause_/resume_reading (GH-4914) (GH-7629)

Backport note: don't add new is_reading() method from master to 3.6.

(cherry picked from commit d757aaf9dd767d13205bf9917e520ebf43e7f6e5)
Doc/library/asyncio-protocol.rst
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/test_utils.py
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_asyncio/test_selector_events.py
Misc/NEWS.d/next/Library/2017-12-17-22-50-51.bpo-32356.roZJpA.rst [new file with mode: 0644]