]> granicus.if.org Git - python/commit
Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 27 Dec 2012 19:54:19 +0000 (21:54 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 27 Dec 2012 19:54:19 +0000 (21:54 +0200)
commitffa1795461b2a6e06c7a29fe8e8250c383ee34e7
treec945f5f5d24b5597e7784994253965e082973af9
parent464a218e77bb2b9189774d46be495d7771bc50a2
parent64df4a1c454967aaf42a6c34598eccec0561fb8b
Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.

Patch by Roger Serwy.
Lib/idlelib/EditorWindow.py
Misc/NEWS