Guido van Rossum
6cb7a21934
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.
2001-05-12 12:18:10 +00:00
Tim Peters
70c4378dbc
Whitespace normalization.
2001-01-17 08:48:39 +00:00
Jeremy Hylton
6b3edf0510
rename the global IdleConfParser object from IdleConf to idleconf
...
standard usage is now from IdleConf import idleconf
replace : with = in config.txt
2000-03-07 17:55:32 +00:00
Guido van Rossum
7f3cfd50fa
In getdef(), don't die when the section doesn't exist.
2000-03-06 14:43:20 +00:00
Guido van Rossum
074d6e1f56
Don't use 1.6-isms (s.startswith()) -- we want to distribute this
...
before 1.6 is out so it has to be compatible with 1.5.2.
2000-03-06 14:16:41 +00:00
Jeremy Hylton
583abb8027
default to cwd if os.environ['HOME'] does not exist
2000-03-03 23:00:41 +00:00
Jeremy Hylton
daca630e40
a ConfigParser for idle and three configuration files
2000-03-03 22:57:42 +00:00