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

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


http://hg.python.org/cpython/rev/6951d7b8d3ad
changeset:   82706:6951d7b8d3ad
branch:      3.2
parent:      82703:14fe7a98b89c
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sat Mar 16 22:59:27 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
@@ -233,7 +233,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