]> granicus.if.org Git - python/commit
Issue #17172: Add the ability to run turtledemo from Idle.
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 29 Jul 2014 02:23:59 +0000 (22:23 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 29 Jul 2014 02:23:59 +0000 (22:23 -0400)
commit7e55db2bc566381bfda3ddcd44c048f0c627880f
tree3cc079e69282249043a7408b26d5bd10c519eeb2
parentc61c170b419be5896608baf47ca3737b94cc15da
Issue #17172: Add the ability to run turtledemo from Idle.
Make turtledemo start as active on Mac even when run with subprocess.
Patch by Ramchandra Apt, Lita Cho, and Ned Daily.
Lib/idlelib/Bindings.py
Lib/idlelib/EditorWindow.py
Lib/turtledemo/__main__.py