summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-01-26 10:14:02 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-01-26 10:14:02 (GMT)
commit059972535fcefc524da52f057c6de22d10646655 (patch)
tree92131a90bcccaf8bf408b895a9c2c8da1e89b684 /Misc
parent5bb893c44b9fd8304b91a5033e10cc868af8fba1 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4dd981b..c216cc9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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"