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

Guido van Rossum guido@cnri.reston.va.us
Mon, 4 Oct 1999 15:58:23 -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:
Added has_option(); fix bug in get() which botched interpolation if
'%(' was found in first position (found by Fred Drake).