mirror of https://github.com/python/cpython
01a51f9494
gh-16429 introduced support for an iterable of separators in Stream.readuntil. Since bytes-like types are themselves iterable, this can introduce ambiguities in deciding whether the argument is an iterator of separators or a singleton separator. In gh-16429, only 'bytes' was considered a singleton, but this will break code that passes other buffer object types. Fix it by only supporting tuples rather than arbitrary iterables. Closes gh-117722. |
||
---|---|---|
.. | ||
2024-03-29-12-21-40.gh-issue-117142.U0agfh.rst | ||
2024-04-03-16-01-31.gh-issue-117516.7DlHje.rst | ||
2024-04-04-15-28-12.gh-issue-116720.aGhXns.rst | ||
2024-04-05-13-38-53.gh-issue-117546.lWjhHE.rst | ||
2024-04-06-20-31-09.gh-issue-117586.UgWdRK.rst | ||
2024-04-08-19-12-26.gh-issue-117663.CPfc_p.rst | ||
2024-04-09-23-22-21.gh-issue-117692.EciInD.rst | ||
2024-04-10-20-59-10.gh-issue-117722.oxIUEI.rst | ||
2024-04-10-21-08-32.gh-issue-117586.UCL__1.rst | ||
README.rst |
README.rst
Put news entry `blurb`_ files for the *Library* section in this directory. .. _blurb: https://pypi.org/project/blurb/