commit | 61006a211339f592dcb60f20ee7e478ad012556d | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Dec 27 21:34:23 2012 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Dec 27 21:34:23 2012 +0200 |
tree | 417521809a9444ae274cdcd8bf4dc3e4979d6c7e | |
parent | 4a5a4c28085910c6a40e40f01d763d55f5190e38 [diff] [blame] |
Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.
diff --git a/Misc/NEWS b/Misc/NEWS index 7642e60..9429d4e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -164,6 +164,9 @@ Library ------- +- Issue #16504: IDLE now catches SyntaxErrors raised by tokenizer. Patch by + Roger Serwy. + - Issue #16702: test_urllib2_localnet tests now correctly ignores proxies for localhost tests.