summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcfgparser.tex
Commit message (Collapse)AuthorAgeFilesLines
* Rob W. W. Hooft's spelling fixes for the Library Reference. I hopeThomas Wouters2000-07-161-1/+1
| | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem.
* Document the second round of ConfigParser changes.Eric S. Raymond2000-07-141-1/+14
|
* Give ConfigParser the capability to set as well as read options, and to writeEric S. Raymond2000-07-101-0/+17
| | | | | | | | | | | | | 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.
* From Greg Ward <gward@python.net>:Fred Drake2000-05-231-2/+2
| | | | Typo: "dictionairy" --> "dictionary" (twice).
* read() method: clarify that strings are accepted and interpretedFred Drake2000-05-091-1/+9
| | | | | | reasonably. readfp() method: added documentation.
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-12/+26
| | | | (Very rough.)
* Several new index entries to make find this easier.Fred Drake1999-06-151-9/+11
| | | | Noted that name=value is allowed in addition to name: value.
* Added module references; minor grammatical fixes.Fred Drake1999-05-111-1/+7
| | | | All suggested by Eric Raymond.
* Markup nits.Fred Drake1999-04-211-3/+2
|
* Added note about comments, from Christopher Petrilli.Fred Drake1999-02-241-1/+3
|
* Refer to the right RFC in the intro.Fred Drake1999-02-221-1/+1
|
* Incorporate changes for patched version of ConfigParser.Fred Drake1999-01-261-5/+8
|
* Documentation for the ConfigParser module, by Christopher G. PetrilliFred Drake1999-01-261-0/+116
(petrilli@amber.org).