SIGN IN SIGN UP

bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939)

They support now splitting escape sequences between input chunks.

Add the third parameter "final" in codecs.unicode_escape_decode().
It is True by default to match the former behavior.
S
Serhiy Storchaka committed
c96d1546b11b4c282a7e21737cb1f5d16349656d
Parent: e71662c
Committed by GitHub <noreply@github.com> on 10/14/2021, 10:17:00 AM