summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-04-08 19:44:31 (GMT)
committerFred Drake <fdrake@acm.org>2004-04-08 19:44:31 (GMT)
commit94ffbb71a8b59e8439072bd85a63bbd531b7bb31 (patch)
tree8b8f86a286451c1ff05e098de6a5172c9fcec3cb /Doc
parent4cc425a0a3daa39f3e040765bef1c0019e93a6c2 (diff)
downloadcpython-94ffbb71a8b59e8439072bd85a63bbd531b7bb31.zip
cpython-94ffbb71a8b59e8439072bd85a63bbd531b7bb31.tar.gz
cpython-94ffbb71a8b59e8439072bd85a63bbd531b7bb31.tar.bz2
give rational filenames to some of the generated HTML
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/liblogging.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex
index f0afd57..13e2d6e 100644
--- a/Doc/lib/liblogging.tex
+++ b/Doc/lib/liblogging.tex
@@ -945,7 +945,8 @@ I/O.
\subsection{Configuration}
-\subsubsection{Configuration functions}
+\subsubsection{Configuration functions%
+ \label{logging-config-api}}
The following functions allow the logging module to be
configured. Before they can be used, you must import
@@ -979,7 +980,8 @@ Stops the listening server which was created with a call to
on the return value from \function{listen()}.
\end{funcdesc}
-\subsubsection{Configuration file format}
+\subsubsection{Configuration file format%
+ \label{logging-config-fileformat}}
The configuration file format understood by \function{fileConfig} is
based on ConfigParser functionality. The file must contain sections