mirror of
https://github.com/python/cpython.git
synced 2026-07-24 10:52:24 -04:00
39aa98346d
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.