diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2014-01-04 09:01:42 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2014-01-04 09:01:42 (GMT) |
commit | 7476289873677fae9e891a05f03697b4001e2c73 (patch) | |
tree | 5957ca8c2684a47dc53638d2d33a4569420e1505 /Misc/NEWS | |
parent | 002033ed6396ef9062a925b34c889ccd6b16c1ec (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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]. |