[Python-checkins] python/dist/src/Doc/lib libcfgparser.tex, 1.34, 1.35 (original) (raw)

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Mon May 17 22:25:54 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1097/Doc/lib

Modified Files: libcfgparser.tex Log Message: ConfigParser:

Index: libcfgparser.tex

RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcfgparser.tex,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** libcfgparser.tex 8 Jan 2004 15:01:08 -0000 1.34 --- libcfgparser.tex 18 May 2004 02:25:51 -0000 1.35


*** 63,66 **** --- 63,73 ---- \var{name} is an intrinsic default; its value is the section name, and will override any value provided in \var{defaults}.

+


*** 272,275 **** --- 279,284 ---- The \class{ConfigParser} class extends some methods of the \class{RawConfigParser} interface, adding some optional arguments.



More information about the Python-checkins mailing list