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.14:31:36
SpamBayes Score 2.7282215e-07
Marked as misclassified No
Message-id <AANLkTin=LxZEvO=kaBLk87nKikqAchYCA=uWms4ZVL-D@mail.gmail.com>
In-reply-to <1300285096.61.0.332576171661.issue9384@psf.upfronthosting.co.za>
Content
On Wed, Mar 16, 2011 at 10:18 AM, Ronald Oussoren
<report@bugs.python.org> wrote:
..
> This is not a bug in python, but is generic platform behavior (as Ned noted).

Maybe not a bug in tkinter proper, but certainly an unexpected
behavior when running tkinter demo scripts or say turtle module.   The
later is particularly troublesome because its target audience is
novice users and to see terminal effectively freeze on "python -m
turtle" because all the action is happening behind the terminal is
rather surprising.

Maybe turtle should set '-topmost' WM attribute on its main window?
History
Date User Action Args
2011-03-16 14:31:38belopolskysetrecipients: + belopolsky, ronaldoussoren, ned.deily
2011-03-16 14:31:36belopolskylinkissue9384 messages
2011-03-16 14:31:36belopolskycreate