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 mark
Recipients mark
Date 2009-03-29.07:20:07
SpamBayes Score 1.113617e-10
Marked as misclassified No
Message-id <1238311210.52.0.532490988344.issue5594@psf.upfronthosting.co.za>
In-reply-to
Content
My suggestion is to add somewhere in the configuration dialog when users
can enter a block of Python code to be executed at startup and whenever
Restart Shell is executed.

Use case: for people who use IDLE for calculations/experiments they
might like to always have certain module imported. For me personally, it
would be:

   import os
   import re
   import sys
   from math import *

but of course the whole point is that people can write any code they
like. (Some people might want to do various from __future__ imports in
Python 2.6 to get various Python 3 features for example.)

I know that you can use the -c option, but that only works at startup,
not every time you Restart Shell.
History
Date User Action Args
2009-03-29 07:20:10marksetrecipients: + mark
2009-03-29 07:20:10marksetmessageid: <1238311210.52.0.532490988344.issue5594@psf.upfronthosting.co.za>
2009-03-29 07:20:09marklinkissue5594 messages
2009-03-29 07:20:07markcreate