diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-03-16 20:59:27 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-03-16 20:59:27 (GMT) |
commit | a99dfd1ab6c3aa9b5a45556e799989f42ac9b7f6 (patch) | |
tree | 04ec8404cb392e9082d2e3205f958e7bfd9b89de /Misc | |
parent | 0f606a636aabe2559525697d0df54ee347f947c0 (diff) | |
download | cpython-a99dfd1ab6c3aa9b5a45556e799989f42ac9b7f6.zip cpython-a99dfd1ab6c3aa9b5a45556e799989f42ac9b7f6.tar.gz cpython-a99dfd1ab6c3aa9b5a45556e799989f42ac9b7f6.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
@@ -233,7 +233,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. |