summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2014-01-04 09:01:42 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2014-01-04 09:01:42 (GMT)
commit7476289873677fae9e891a05f03697b4001e2c73 (patch)
tree5957ca8c2684a47dc53638d2d33a4569420e1505 /Misc/NEWS
parent002033ed6396ef9062a925b34c889ccd6b16c1ec (diff)
downloadcpython-7476289873677fae9e891a05f03697b4001e2c73.zip
cpython-7476289873677fae9e891a05f03697b4001e2c73.tar.gz
cpython-7476289873677fae9e891a05f03697b4001e2c73.tar.bz2
Issue #17432: Drop UCS2 from names of Unicode functions in python3.def.
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 7863b46..5c51826 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.3.4 release candidate 1?
Core and Builtins
-----------------
+- Issue #17432: Drop UCS2 from names of Unicode functions in python3.def.
+
- Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c"
argument is not in range [0; 255].