changeset: 82708:6898e1afc216 parent: 82705:9d458ded8304 parent: 82707:7b737011d822 user: Serhiy Storchaka date: Sat Mar 16 23:00:16 2013 +0200 files: Misc/NEWS description: Issue #16389: Fixed an issue number in previos commit. diff -r 9d458ded8304 -r 6898e1afc216 Misc/NEWS --- a/Misc/NEWS Sat Mar 16 22:55:04 2013 +0200 +++ b/Misc/NEWS Sat Mar 16 23:00:16 2013 +0200 @@ -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__.