mirror of
https://github.com/python/cpython.git
synced 2026-08-09 18:50:37 -04:00
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.
Source files for various builtin objects