Issue #16389: Fixed an issue number in previos commit.

This commit is contained in:
Serhiy Storchaka 2013-03-16 22:59:27 +02:00
parent 0f606a636a
commit a99dfd1ab6
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ Core and Builtins
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.