diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-26 10:14:02 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-26 10:14:02 (GMT) |
commit | 059972535fcefc524da52f057c6de22d10646655 (patch) | |
tree | 92131a90bcccaf8bf408b895a9c2c8da1e89b684 /Misc | |
parent | 5bb893c44b9fd8304b91a5033e10cc868af8fba1 (diff) | |
download | cpython-059972535fcefc524da52f057c6de22d10646655.zip cpython-059972535fcefc524da52f057c6de22d10646655.tar.gz cpython-059972535fcefc524da52f057c6de22d10646655.tar.bz2 |
Issue #10156: In the interpreter's initialization phase, unicode globals
are now initialized dynamically as needed.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.2.4 Core and Builtins ----------------- +- Issue #10156: In the interpreter's initialization phase, unicode globals + are now initialized dynamically as needed. + - Issue #16975: Fix error handling bug in the escape-decode bytes decoder. - Issue #14850: Now a charmap decoder treats U+FFFE as "undefined mapping" |