[issue5234] Enhance 3.1 IDLE to exec IDLESTARTUP/PYTHONSTARTUP on restart

2009-03-09 Thread Guilherme Polo
Guilherme Polo added the comment: Closing in favor of 5233, I see the fix being applied to both 2.7 and 3.1 if accepted. -- message_count: 3.0 -> 4.0 nosy: +gpolo nosy_count: 3.0 -> 4.0 resolution: -> duplicate status: open -> closed superseder: -> Enhance 2.7 IDLE to exec IDLESTARTUP

[issue5234] Enhance 3.1 IDLE to exec IDLESTARTUP/PYTHONSTARTUP on restart

2009-03-08 Thread Martin v. Löwis
Martin v. Löwis added the comment: How does that differ from issue5233? If this is a straight-forward port, no additional issue is needed. Even if there are differences, please attach the patch to the other issue. -- message_count: 1.0 -> 2.0 nosy: +loewis nosy_count: 2.0 -> 3.0 __

[issue5234] Enhance 3.1 IDLE to exec IDLESTARTUP/PYTHONSTARTUP on restart

2009-02-12 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: -> kbk nosy: +kbk ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue5234] Enhance 3.1 IDLE to exec IDLESTARTUP/PYTHONSTARTUP on restart

2009-02-12 Thread Mitchell Model
New submission from Mitchell Model : The main thing the patch does is: modify the subprocess restart procedure so that it reloads whatever file, if any, was loaded when IDLE first started and looked for IDLESTARTUP then PYTHONSTARTUP environment variables. In addition: a -q opt