SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944)

They support now splitting escape sequences between input chunks.

Add the third parameter "final" in codecs.raw_unicode_escape_decode().
It is True by default to match the former behavior.
S
Serhiy Storchaka committed
39aa98346d5dd8ac591a7cafb467af21c53f1e5d
Parent: d413c50
Committed by GitHub <noreply@github.com> on 10/14/2021, 5:04:19 PM