]> granicus.if.org Git - python/commit
bpo-38066: Hide internal Stream methods (GH-15762)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 10 Sep 2019 12:56:14 +0000 (15:56 +0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Sep 2019 12:56:14 +0000 (05:56 -0700)
commit12c122ae958a55c9874ed4c7d7805ceb084411d7
tree5e5dad44e8cd210e1f8d8348ed5be9695aee4d27
parent9a94093189417adddd6b59d6c80cc5544630c8aa
bpo-38066: Hide internal Stream methods (GH-15762)

feed_eof(), feed_data(), set_exception(), and set_transport() are prefixed with underscore now.

https://bugs.python.org/issue38066
Lib/asyncio/streams.py
Lib/asyncio/subprocess.py
Lib/test/test_asyncio/test_pep492.py
Lib/test/test_asyncio/test_streams.py
Misc/NEWS.d/next/Library/2019-09-09-14-39-47.bpo-38066.l9mWv-.rst [new file with mode: 0644]