]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-81322: support multiple separators in StreamReader.readuntil (#16429)
authorBruce Merry <1963944+bmerry@users.noreply.github.com>
Mon, 8 Apr 2024 16:58:02 +0000 (18:58 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Apr 2024 16:58:02 +0000 (09:58 -0700)
commit775912a51d6847b0e4fe415fa91f2e0b06a3c43c
tree27a4a67ddefe2032621728d85c4b05b3d5e425c4
parent24a2bd048115efae799b0a9c5dd9fbb7a0806978
gh-81322: support multiple separators in StreamReader.readuntil (#16429)
Doc/library/asyncio-stream.rst
Lib/asyncio/streams.py
Lib/test/test_asyncio/test_streams.py
Misc/NEWS.d/next/Library/2019-09-26-17-52-52.bpo-37141.onYY2-.rst [new file with mode: 0644]