mirror of
https://github.com/python/cpython.git
synced 2026-06-27 05:16:16 -04:00
c96d1546b1
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.