diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-21 19:47:55 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-21 19:47:55 (GMT) |
commit | 44dae8bde36866c2e216991498a3a3f883b3c8f2 (patch) | |
tree | 11078d6682845fefd2a493762f509c18a14b77e2 /Misc/NEWS | |
parent | 1a5426dbaf71d8b414abfc781fecb696c2d751dc (diff) | |
download | cpython-44dae8bde36866c2e216991498a3a3f883b3c8f2.zip cpython-44dae8bde36866c2e216991498a3a3f883b3c8f2.tar.gz cpython-44dae8bde36866c2e216991498a3a3f883b3c8f2.tar.bz2 |
Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re
module.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,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. |