]> granicus.if.org Git - python/commit
Issue #11571: Ensure that the turtle window becomes the topmost window
authorNed Deily <nad@acm.org>
Sun, 20 Apr 2014 02:11:14 +0000 (19:11 -0700)
committerNed Deily <nad@acm.org>
Sun, 20 Apr 2014 02:11:14 +0000 (19:11 -0700)
commit09ae544ea3a6e33418ec8ab0100fc8288eef6d13
tree34d30ed3f986b7c88ae9ba1c37ce3ee5e3bd1e4a
parentf31b4782084abef023d9ade3990385fb905a092f
Issue #11571: Ensure that the turtle window becomes the topmost window
when launched on OS X.  (Original patch by Ronald Oussoren)
Lib/turtle.py
Misc/NEWS