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 richjtd
Recipients Piffen, christian.heimes, kbk, loewis, richjtd
Date 2008-01-08.11:52:38
SpamBayes Score 0.08175619
Marked as misclassified No
Message-id <1199793160.16.0.915334727269.issue1743@psf.upfronthosting.co.za>
In-reply-to
Content
I've been away for a couple of days, but can replicate everything 
Joakim has reported in my abscence. Deleting/renaming recent-files.lst 
allows me to launch IDLE (from cmd or Start Menu).
Oddly though, if I close IDLE, copy/paste the contents of the old 
recent-files into the new one, and then restart IDLE, it still works.
Another thing I noticed, after launching IDLE from the Command Prompt, 
is that I get this error (while IDLE is still running and I haven't 
done anything with it yet):
Traceback (most recent call last): File "[...]\idlelib\run.py", line 
82, in main exit()
File "[...]\idlelib\run.py", line 208, in exit del sys.exitfunc
AttributeError: exitfunc

Is that normal?
History
Date User Action Args
2008-01-08 11:52:40richjtdsetspambayes_score: 0.0817562 -> 0.08175619
recipients: + richjtd, loewis, kbk, christian.heimes, Piffen
2008-01-08 11:52:40richjtdsetspambayes_score: 0.0817562 -> 0.0817562
messageid: <1199793160.16.0.915334727269.issue1743@psf.upfronthosting.co.za>
2008-01-08 11:52:38richjtdlinkissue1743 messages
2008-01-08 11:52:38richjtdcreate