[issue1647] IDLE messes around with sys.exitfunc

2008-02-13 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: backported 2.5.2c1 __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1647 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1647] IDLE messes around with sys.exitfunc

2008-01-23 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: And yet some people were seeing this error. I was not, on Linux, and I don't know why. Fixed at r60227. -- resolution: works for me - fixed versions: -Python 3.0 __ Tracker [EMAIL PROTECTED]

[issue1647] IDLE messes around with sys.exitfunc

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Should be no problem then. -- nosy: +georg.brandl resolution: - works for me status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1647 __

[issue1647] IDLE messes around with sys.exitfunc

2007-12-23 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: It was done for VPython support, as described in the docstring in run.py:exit(). What are you doing, removing sys.exitfunc from 2.6? The 3.0 run.py code was changed to use atexit._clear(). __ Tracker [EMAIL PROTECTED]

[issue1647] IDLE messes around with sys.exitfunc

2007-12-18 Thread Christian Heimes
Changes by Christian Heimes: -- keywords: +py3k priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1647 __ ___ Python-bugs-list mailing list

[issue1647] IDLE messes around with sys.exitfunc

2007-12-17 Thread Christian Heimes
New submission from Christian Heimes: Is it necessary to alter or remove the exit function? c:\dev\python\trunk\PCbuild9python ..\Lib\idlelib\idle.py Traceback (most recent call last): File c:\dev\python\trunk\lib\idlelib\run.py, line 83, in main exit() File