Commit 678db84b authored by Serhiy Storchaka's avatar Serhiy Storchaka

Issue #10156: In the interpreter's initialization phase, unicode globals

are now initialized dynamically as needed.
parents 1c7181d7 05997253
......@@ -12,6 +12,9 @@ What's New in Python 3.3.1?
Core and Builtins
-----------------
- Issue #10156: In the interpreter's initialization phase, unicode globals
are now initialized dynamically as needed.
- Issue #16980: Fix processing of escaped non-ascii bytes in the
unicode-escape-decode decoder.
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment