Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

On Wed, Mar 16, 2011 at 10:18 AM, Ronald Oussoren
<rep...@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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9384>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to