]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Display IDLE warning as a warning rather than as an error.
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 27 Oct 2015 07:37:55 +0000 (03:37 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 27 Oct 2015 07:37:55 +0000 (03:37 -0400)
commit8048776170c474cac2d835ee45d615df3c308dbb
tree07fc397c9fbb3742b5a063482dae5c54a0aa617a
parent9186a6ac10103eafa2082f5ee90f9390761febf9
Display IDLE warning as a warning rather than as an error.
Clarify message and expected action for beginners.
Lib/idlelib/EditorWindow.py