• Eric S. Raymond's avatar
    Give ConfigParser the capability to set as well as read options, and to write · 417c489d
    Eric S. Raymond yazdı
    a representation of the configuration state in .ini format that can be read
    back in by a future read() call.  Thus this class is now a back end
    for .ini editors as well as parsers.
    
    This patch is complete and tested, but exposes a bug in the ConfigParser
    implementation which I have not yet fixed.  Because case information is
    discarded during parsing, the output of write() has its case smashed.
    
    I wrote this for a SourceForge interface script called forgetool.
    Documentation for the new entry points included.
    417c489d
Adı
Son kayıt (commit)
Son güncelleme
..
api Loading commit data...
dist Loading commit data...
doc Loading commit data...
ext Loading commit data...
html Loading commit data...
info Loading commit data...
inst Loading commit data...
lib Loading commit data...
longhtml Loading commit data...
mac Loading commit data...
paper-a4 Loading commit data...
paper-letter Loading commit data...
perl Loading commit data...
ref Loading commit data...
sgml Loading commit data...
templates Loading commit data...
texinputs Loading commit data...
tools Loading commit data...
tut Loading commit data...
whatsnew Loading commit data...
.cvsignore Loading commit data...
Makefile Loading commit data...
Makefile.deps Loading commit data...
README Loading commit data...
TODO Loading commit data...
libmods.tex Loading commit data...
libstd.tex Loading commit data...