mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Added module references; minor grammatical fixes.
All suggested by Eric Raymond.
This commit is contained in:
parent
9ade7e0110
commit
184e8360e8
3 changed files with 20 additions and 4 deletions
|
@ -39,7 +39,7 @@ Return a new instance of the \class{ConfigParser} class. When
|
|||
\var{defaults} is given, it is initialized into the dictionairy of
|
||||
intrinsic defaults. They keys must be strings, and the values must be
|
||||
appropriate for the \samp{\%()s} string interpolation. Note that
|
||||
\var{__name__} is always an intrinsic default; it's value is the
|
||||
\var{__name__} is always an intrinsic default; its value is the
|
||||
section name.
|
||||
\end{classdesc}
|
||||
|
||||
|
@ -70,6 +70,12 @@ Exception raised when errors occur attempting to parse a file.
|
|||
\end{excdesc}
|
||||
|
||||
|
||||
\begin{seealso}
|
||||
\seemodule{shlex}{Support for a creating \UNIX{} shell-like
|
||||
minilanguages which can be used as an alternate format
|
||||
for application configuration files.}
|
||||
\end{seealso}
|
||||
|
||||
\subsection{ConfigParser Objects \label{ConfigParser-objects}}
|
||||
|
||||
\class{ConfigParser} instances have the following methods:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue