]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Move the action of loading the configuration to the IdleConf module
authorGuido van Rossum <guido@python.org>
Sat, 12 May 2001 12:18:10 +0000 (12:18 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 12 May 2001 12:18:10 +0000 (12:18 +0000)
commit6cb7a21934d2579152b9dedc8b4c87e7c8b3faaa
treebdd72506a8131217068a741aa7c95ef25b85fc4d
parent8451ebb435e3b959a036187e6aa8b18a84b42a2b
Move the action of loading the configuration to the IdleConf module
rather than the idle.py script.  This has advantages and
disadvantages; the biggest advantage being that we can more easily
have an alternative main program.
Tools/idle/IdleConf.py
Tools/idle/idle.py