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

This commit is contained in:
Serhiy Storchaka 2013-03-16 22:59:59 +02:00
commit 1eec53d9ba

View file

@ -193,7 +193,7 @@ Core and Builtins
Library 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. caching of compiled regular expressions.
- Issue #17431: Fix missing import of BytesFeedParser in email.parser. - Issue #17431: Fix missing import of BytesFeedParser in email.parser.