[issue5276] IDLE startup file .Idle.py not documented

2009-03-15 Thread Georg Brandl
Georg Brandl added the comment: Thanks, edited a bit and committed in r70395. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue5276] IDLE startup file .Idle.py not documented

2009-03-10 Thread Brad Miller
Brad Miller added the comment: Here's a simple patch that documents the different startup files. It is missing a good use case for .Idle.py but I'd be happy to add that if someone can give me one. -- keywords: +patch message_count: 1.0 -> 2.0 nosy: +bmiller nosy_count: 2.0 -> 3.0 Add

[issue5276] IDLE startup file .Idle.py not documented

2009-02-15 Thread Mitchell Model
New submission from Mitchell Model : The following behavior should be documented but it is not: If the user has a .Idle.py file IDLE will run it when it starts up. This is independent of running IDLESTARTUP or PYTHONSTARTUP when the -s switch is given. It is run by Tk.readprofile as called fro