summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-11-04 22:06:50 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-11-04 22:06:50 (GMT)
commit751a50fadc7be308c40f66a78ce4bdd66dce6aa4 (patch)
tree7881835770fdadf4aaf49936efe205043c6b388c
parentc18cc0edff5269d715f9aa06ca31a4f19ff87b30 (diff)
downloadcpython-751a50fadc7be308c40f66a78ce4bdd66dce6aa4.zip
cpython-751a50fadc7be308c40f66a78ce4bdd66dce6aa4.tar.gz
cpython-751a50fadc7be308c40f66a78ce4bdd66dce6aa4.tar.bz2
Fix typo.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bd73d0a..883bd93 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.