diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2012-12-27 19:53:06 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2012-12-27 19:53:06 (GMT) |
commit | 64df4a1c454967aaf42a6c34598eccec0561fb8b (patch) | |
tree | 450b015abc6cb4bcb9dd97722b1092c99efa10c1 /Misc | |
parent | e261055eafef6ea40fa5fd1c0b2590b34aaec392 (diff) | |
parent | 07e0e06f8a255a73d181e332dd8658814eb1ca50 (diff) | |
download | cpython-64df4a1c454967aaf42a6c34598eccec0561fb8b.zip cpython-64df4a1c454967aaf42a6c34598eccec0561fb8b.tar.gz cpython-64df4a1c454967aaf42a6c34598eccec0561fb8b.tar.bz2 |
Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.
Patch by Roger Serwy.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -117,6 +117,9 @@ Core and Builtins Library ------- +- Issue #16504: IDLE now catches SyntaxErrors raised by tokenizer. Patch by + Roger Serwy. + - Issue #16618: Make glob.glob match consistently across strings and bytes regarding leading dots. Patch by Serhiy Storchaka. |