[Python-checkins] cpython (2.7): Fix typo.

ezio.melotti python-checkins at python.org
Sun Nov 4 23:15:10 CET 2012


http://hg.python.org/cpython/rev/daa1a7a51319
changeset:   80250:daa1a7a51319
branch:      2.7
parent:      80248:9481e062fe26
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Mon Nov 05 00:06:50 2012 +0200
summary:
  Fix typo.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,7 +9,7 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list