]> granicus.if.org Git - python/commit
Issue #21192: Idle Editor. When a file is run, put its name in the restart bar.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 1 Aug 2015 02:34:37 +0000 (22:34 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 1 Aug 2015 02:34:37 +0000 (22:34 -0400)
commit231007fe142975ee5e468929af5ed69705e7547e
tree36bd8a5902b73565d4490df32c93e733281fb923
parent9a82bd45cde8d41092b2ee8294acb9bd45a53807
Issue #21192: Idle Editor. When a file is run, put its name in the restart bar.
Do not print false prompts. Original patch by Adnan Umer.
Lib/idlelib/PyShell.py
Lib/idlelib/ScriptBinding.py
Misc/ACKS