[Python-Dev] IDLE reading IDLESTARTUP or PYTHONSTARTUP on restart (original) (raw)
Aahz aahz at pythoncraft.com
Sun Feb 8 23:37:51 CET 2009
- Previous message: [Python-Dev] IDLE reading IDLESTARTUP or PYTHONSTARTUP on restart
- Next message: [Python-Dev] str() on memoryview of bytearray failing on py3k
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, Feb 07, 2009, Mitchell L Model wrote:
I have a small change (shown below) to PyShell.py in idlelib that causes the subprocess interpreter to read IDLESTARTUP or PYTHONSTARTUP each time it restarts. To me this would make IDLE much more useful for myself and students I teach. It isn't quite clear what behavior to install with the enabling patch, so I would like some feedback before submitting it.
You haven't received any feedback so far, so I recommend going ahead and submitting the patch to ensure that it doesn't get lost.
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
Weinberg's Second Law: If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization.
- Previous message: [Python-Dev] IDLE reading IDLESTARTUP or PYTHONSTARTUP on restart
- Next message: [Python-Dev] str() on memoryview of bytearray failing on py3k
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]