diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-21 19:59:06 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-21 19:59:06 (GMT) |
commit | 782781e96d80dfa9698a357787c6b5b851aace0a (patch) | |
tree | 31c34ebbd43e69f290fbb153eaa40f502ab6ee4a | |
parent | 560c578d1da47d7cdf94a718b3d4b572cb74f77e (diff) | |
parent | 964fcbaf163303f75cdc24f64f2f6788002e2564 (diff) | |
download | cpython-782781e96d80dfa9698a357787c6b5b851aace0a.zip cpython-782781e96d80dfa9698a357787c6b5b851aace0a.tar.gz cpython-782781e96d80dfa9698a357787c6b5b851aace0a.tar.bz2 |
Fixed issue #22415 number in Misc/NEWS for changeset fe287268e97b.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -137,8 +137,8 @@ Core and Builtins Library ------- -- Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re - module. +- Issue #22415: Fixed debugging output of the GROUPREF_EXISTS opcode in the re + module. Removed trailing spaces in debugging output. - Issue #22423: Unhandled exception in thread no longer causes unhandled AttributeError when sys.stderr is None. |