| commit | 07e0e06f8a255a73d181e332dd8658814eb1ca50 | [log] [tgz] |
|---|---|---|
| author | Serhiy Storchaka <storchaka@gmail.com> | Thu Dec 27 21:38:04 2012 +0200 |
| committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Dec 27 21:38:04 2012 +0200 |
| tree | 1b611b45e24e3134804ac72adc103c8258746e84 | |
| parent | c8bd74ddfd5a41e8f37181bf4ba3c9e37b6d65b1 [diff] [blame] |
Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. Patch by Roger Serwy.
diff --git a/Misc/NEWS b/Misc/NEWS index 08d3e36..d13a406 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -182,6 +182,9 @@ 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.