diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-03 09:10:49 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-03 09:10:49 (GMT) |
commit | 026af2a597d94eb61310dd5360cf901529ef33a2 (patch) | |
tree | e51186f9ea496c40f7759ff160dd5aacb480a620 /Misc/NEWS | |
parent | f55697ca6d430d85437767db9d4ee67e1e041b5c (diff) | |
parent | def0a4c298358c50b0b53a8113551e9aee3532e5 (diff) | |
download | cpython-026af2a597d94eb61310dd5360cf901529ef33a2.zip cpython-026af2a597d94eb61310dd5360cf901529ef33a2.tar.gz cpython-026af2a597d94eb61310dd5360cf901529ef33a2.tar.bz2 |
Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ Core and Builtins Library ------- +- Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. + - Issue #17839: base64.decodebytes and base64.encodebytes now accept any object that exports a 1 dimensional array of bytes (this means the same is now also true for base64_codec) |