From: Ezio Melotti Date: Sun, 4 Nov 2012 22:06:50 +0000 (+0200) Subject: Fix typo. X-Git-Tag: v2.7.4rc1~406 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=751a50fadc7be308c40f66a78ce4bdd66dce6aa4;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Misc/NEWS b/Misc/NEWS index bd73d0adf28e..883bd93c063b 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.