_______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Would whoever is responsible for IDLE please take a look at the
patches I submitted for Python 2 & 3 [tracker IDs 5233 and 5234
respectively]. These change the behavior of IDLE so that IDLESTARTUP
or PYTHONSTARTUP files are executed with each restart. This allows
loading frequently used packages, personal utilities, etc.
automatically at each restart. I consider this a very important
problem in IDLE, especially when using it to teach. I would really
like to see them in 3.1. The patch is already there; someone just has
to do whatever gets done with patches to validate it and check it in.
It's not a lot of code changes.
- Re: [Python-Dev] test_io f... Amaury Forgeot d'Arc
- Re: [Python-Dev] draft 3.1... Benjamin Peterson
- Re: [Python-Dev] draft 3.1 release schedule Daniel (ajax) Diniz
- Re: [Python-Dev] draft 3.1 release sche... Benjamin Peterson
- Re: [Python-Dev] draft 3.1 release schedule Terry Reedy
- Re: [Python-Dev] draft 3.1 release sche... Benjamin Peterson
- Re: [Python-Dev] draft 3.1 release sche... skip
- Re: [Python-Dev] draft 3.1 release ... Raymond Hettinger
- Re: [Python-Dev] draft 3.1 rel... Benjamin Peterson
- Re: [Python-Dev] draft 3.1 release ... Benjamin Peterson
- Re: [Python-Dev] draft 3.1 release schedule Mitchell L Model
- Re: [Python-Dev] draft 3.1 release schedule Martin v. Löwis
- Re: [Python-Dev] draft 3.1 release schedule Brad Miller
- Re: [Python-Dev] draft 3.1 release sche... Guilherme Polo
- Re: [Python-Dev] draft 3.1 release sche... Martin v. Löwis
- Re: [Python-Dev] draft 3.1 release ... Stephen J. Turnbull
- Re: [Python-Dev] draft 3.1 rel... Tennessee Leeuwenburg
- Re: [Python-Dev] draft 3.1... Stephen J. Turnbull
- Re: [Python-Dev] draft 3.1... Nick Coghlan
- Re: [Python-Dev] draft 3.1... Martin v. Löwis
- [Python-Dev] Belated intro... rdmurray