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 christian.heimes
Recipients christian.heimes, kbk
Date 2007-12-18.03:29:12
SpamBayes Score 0.29795587
Marked as misclassified No
Message-id <1197948552.45.0.790109797324.issue1647@psf.upfronthosting.co.za>
In-reply-to
Content
Is it necessary to alter or remove the exit function?

c:\dev\python\trunk\PCbuild9>python ..\Lib\idlelib\idle.py
Traceback (most recent call last):
  File "c:\dev\python\trunk\lib\idlelib\run.py", line 83, in main
    exit()
  File "c:\dev\python\trunk\lib\idlelib\run.py", line 209, in exit
    del sys.exitfunc
AttributeError: exitfunc
History
Date User Action Args
2007-12-18 03:29:12christian.heimessetspambayes_score: 0.297956 -> 0.29795587
recipients: + christian.heimes, kbk
2007-12-18 03:29:12christian.heimessetspambayes_score: 0.297956 -> 0.297956
messageid: <1197948552.45.0.790109797324.issue1647@psf.upfronthosting.co.za>
2007-12-18 03:29:12christian.heimeslinkissue1647 messages
2007-12-18 03:29:12christian.heimescreate