diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-21 19:57:45 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-21 19:57:45 (GMT) |
commit | bd5c6f2fab2abf7ccd2633bc5c1e4570407c794d (patch) | |
tree | 9f969c64cab094591e26a562a12bdb91b0e3299a /Misc | |
parent | c0799e3a26f5da0613e7b7506e1d717750b84530 (diff) | |
download | cpython-bd5c6f2fab2abf7ccd2633bc5c1e4570407c794d.zip cpython-bd5c6f2fab2abf7ccd2633bc5c1e4570407c794d.tar.gz cpython-bd5c6f2fab2abf7ccd2633bc5c1e4570407c794d.tar.bz2 |
Fixed issue #22415 number in Misc/NEWS for changeset c925b436467a.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ Core and Builtins Library ------- -- Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re +- Issue #22415: Fixed debugging output of the GROUPREF_EXISTS opcode in the re module. - Issue #22423: Unhandled exception in thread no longer causes unhandled |