This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, ned.deily, ronaldoussoren
Date 2011-03-16.15:58:53
SpamBayes Score 4.257606e-10
Marked as misclassified No
Message-id <AANLkTim6DNbX9VhrNSS7EL=_A0+fSLt+NHk5oR1H6S-U@mail.gmail.com>
In-reply-to <1300289215.65.0.0689985855736.issue11571@psf.upfronthosting.co.za>
Content
On Wed, Mar 16, 2011 at 11:26 AM, Ronald Oussoren
<report@bugs.python.org> wrote:
..
> The attached patch forces the window to the front by first making the window
> a topmost window and then resetting that flag.
>
> Could you test if this does want you'd like it to?

Yes, this works.  Nice trick - did not think of it.

I don't use idle, but someone should test that this works when turtle
is used by idle.  It works fine when I start idle from command line
(in which case idle itself pops under the terminal), but I understand
that most users start idle from Finder or the Dock and I don't have
that set up.

A nit-pick: in the current turtle code module imports and from module
imports are visually separated.   Consider moving "import sys" below
"import inspect".
History
Date User Action Args
2011-03-16 15:58:54belopolskysetrecipients: + belopolsky, ronaldoussoren, ned.deily
2011-03-16 15:58:53belopolskylinkissue11571 messages
2011-03-16 15:58:53belopolskycreate