Commit 751a50fa authored by Ezio Melotti's avatar Ezio Melotti

Fix typo.

parent c18cc0ed
......@@ -9,7 +9,7 @@ What's New in Python 2.7.4
Core and Builtins
-----------------
- Issue #5057: the peepholer no longer optimize subscription on unicode
- Issue #5057: the peepholer no longer optimizes subscription on unicode
literals (e.g. u'foo'[0]) in order to produce compatible pyc files between
narrow and wide builds.
......
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