diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-03-16 20:59:59 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-03-16 20:59:59 (GMT) |
commit | 1eec53d9baa97cb89f57facdc3b8a2953b07d19c (patch) | |
tree | bd2759f33e316b4bd39ef7cbe517f64f06db8e6d | |
parent | 969ff726420b108ba98d4616ec3e99a24ea5776a (diff) | |
parent | a99dfd1ab6c3aa9b5a45556e799989f42ac9b7f6 (diff) | |
download | cpython-1eec53d9baa97cb89f57facdc3b8a2953b07d19c.zip cpython-1eec53d9baa97cb89f57facdc3b8a2953b07d19c.tar.gz cpython-1eec53d9baa97cb89f57facdc3b8a2953b07d19c.tar.bz2 |
Issue #16389: Fixed an issue number in previos commit.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -193,7 +193,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. - Issue #17431: Fix missing import of BytesFeedParser in email.parser. |