summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-03 09:10:49 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-03 09:10:49 (GMT)
commit026af2a597d94eb61310dd5360cf901529ef33a2 (patch)
treee51186f9ea496c40f7759ff160dd5aacb480a620 /Misc/NEWS
parentf55697ca6d430d85437767db9d4ee67e1e041b5c (diff)
parentdef0a4c298358c50b0b53a8113551e9aee3532e5 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 57901cf..02a92c1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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)