[Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16389: Fixed an issue number in previos commit.

serhiy.storchaka python-checkins at python.org
Sat Mar 16 22:01:54 CET 2013


http://hg.python.org/cpython/rev/7b737011d822
changeset:   82707:7b737011d822
branch:      3.3
parent:      82704:4b4dddd670d0
parent:      82706:6951d7b8d3ad
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sat Mar 16 22:59:59 2013 +0200
summary:
  Issue #16389: Fixed an issue number in previos commit.

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
@@ -193,7 +193,7 @@
 Library
 -------
 
-- Issue #16564: Fixed a performance regression relative to Python 3.1 in the
+- Issue #16389: Fixed a performance regression relative to Python 3.1 in the
   caching of compiled regular expressions.
 
 - Issue #17431: Fix missing import of BytesFeedParser in email.parser.

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


More information about the Python-checkins mailing list