changeset: 82707:7b737011d822 branch: 3.3 parent: 82704:4b4dddd670d0 parent: 82706:6951d7b8d3ad user: Serhiy Storchaka date: Sat Mar 16 22:59:59 2013 +0200 files: Misc/NEWS description: Issue #16389: Fixed an issue number in previos commit. diff -r 4b4dddd670d0 -r 7b737011d822 Misc/NEWS --- a/Misc/NEWS Sat Mar 16 22:53:48 2013 +0200 +++ b/Misc/NEWS Sat Mar 16 22:59:59 2013 +0200 @@ -193,7 +193,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.