changeset: 82706:6951d7b8d3ad branch: 3.2 parent: 82703:14fe7a98b89c user: Serhiy Storchaka date: Sat Mar 16 22:59:27 2013 +0200 files: Misc/NEWS description: Issue #16389: Fixed an issue number in previos commit. diff -r 14fe7a98b89c -r 6951d7b8d3ad Misc/NEWS --- a/Misc/NEWS Sat Mar 16 22:52:09 2013 +0200 +++ b/Misc/NEWS Sat Mar 16 22:59:27 2013 +0200 @@ -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.