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

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


http://hg.python.org/cpython/rev/6898e1afc216
changeset:   82708:6898e1afc216
parent:      82705:9d458ded8304
parent:      82707:7b737011d822
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sat Mar 16 23:00:16 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
@@ -283,7 +283,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.
 
 - Added missing FeedParser and BytesFeedParser to email.parser.__all__.

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


More information about the Python-checkins mailing list