diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-21 19:47:30 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-21 19:47:30 (GMT) |
commit | c0799e3a26f5da0613e7b7506e1d717750b84530 (patch) | |
tree | 22a7d227764c933ea023b238f76283c6d32370ba /Misc | |
parent | 91943460b54c20fda330d78a6b8d7643ef838b4e (diff) | |
download | cpython-c0799e3a26f5da0613e7b7506e1d717750b84530.zip cpython-c0799e3a26f5da0613e7b7506e1d717750b84530.tar.gz cpython-c0799e3a26f5da0613e7b7506e1d717750b84530.tar.bz2 |
Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re
module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ Core and Builtins Library ------- +- Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re + module. + - Issue #22423: Unhandled exception in thread no longer causes unhandled AttributeError when sys.stderr is None. |