8000 gh-81322: support multiple separators in Stream.readuntil by bmerry · Pull Request #16429 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-81322: support multiple separators in Stream.readuntil #16429

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Prev Previous commit
Next Next commit
Update version at which readuntil with separate list is supported
  • Loading branch information
bmerry committed Apr 7, 2024
commit 99e4fe2672584b82a8d01cc245bbbe2129269b7c
2 changes: 1 addition & 1 deletion Doc/library/asyncio-stream.rst
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ StreamReader

.. versionadded:: 3.5.2

.. versionchanged:: 3.10
.. versionchanged:: 3.13

The *separator* parameter may now be an :term:`iterable` of
separators.
Expand Down
0