[Python-checkins] CVS: python/dist/src/Lib ConfigParser.py

Guido van Rossum guido@cnri.reston.va.us
Thu, 17 Jun 1999 14:41:42 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Lib
In directory eric:/projects/python/develop/guido/src/Lib

Modified Files:
	ConfigParser.py 
Log Message:
Patch suggested (and partially provided) by Lars Damerow: instead of
always lowercasing the option name, call a method optionxform() which
can be overridden.  Also make the regexps SECTRE and OPTRE non-private 
variables so they can also be overridden.