]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added a new command: Check module (Alt-F5) It does a full syntax check
authorGuido van Rossum <guido@python.org>
Tue, 22 Feb 2000 00:19:58 +0000 (00:19 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 22 Feb 2000 00:19:58 +0000 (00:19 +0000)
commit8c95c27c4cd76d2eaae9265e9706874c9cd69468
tree928afa799375eace50913c0ec9a7dad8618d68f5
parent772dd417f7900ac6550e98db2f815cffa4c1e11a
Added a new command: Check module (Alt-F5) It does a full syntax check
of the current module.  It also runs the tabnanny to catch any
inconsistent tabs.

Also did a little bit of refactoring: added an errorbox() method to
simplify the display of error dialogs.
Tools/idle/ScriptBinding.py