diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-03-16 21:00:16 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-03-16 21:00:16 (GMT) |
commit | cb3ae4b1c9f7c81a5a34609a3d6da147968b2877 (patch) | |
tree | 600f1cb49fe17556f7d421bb389de8f4314c2ac7 /Misc | |
parent | f5efe3b7960fddb5574df976d6fccbdbc11cbb09 (diff) | |
parent | 1eec53d9baa97cb89f57facdc3b8a2953b07d19c (diff) | |
download | cpython-cb3ae4b1c9f7c81a5a34609a3d6da147968b2877.zip cpython-cb3ae4b1c9f7c81a5a34609a3d6da147968b2877.tar.gz cpython-cb3ae4b1c9f7c81a5a34609a3d6da147968b2877.tar.bz2 |
Issue #16389: Fixed an issue number in previos commit.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -283,7 +283,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. - Added missing FeedParser and BytesFeedParser to email.parser.__all__. |