[Zconfig] SVN: ZConfig/trunk/doc/zconfig.tex - remove outdated physical address
Fred Drake
fdrake at gmail.com
Tue Apr 13 09:08:38 EDT 2010
Log message for revision 110789:
- remove outdated physical address
- update Python documentation links
Changed:
U ZConfig/trunk/doc/zconfig.tex
-=-
Modified: ZConfig/trunk/doc/zconfig.tex
===================================================================
--- ZConfig/trunk/doc/zconfig.tex 2010-04-13 13:03:24 UTC (rev 110788)
+++ ZConfig/trunk/doc/zconfig.tex 2010-04-13 13:08:38 UTC (rev 110789)
@@ -24,12 +24,7 @@
\setshortversion{2.6}
\author{Zope Corporation}
-\authoraddress{
- Lafayette Technology Center\\
- 513 Prince Edward Street\\
- Fredericksburg, VA 22401\\
- \url{http://www.zope.com/}
-}
+\authoraddress{\url{http://www.zope.com/}}
\begin{document}
\maketitle
@@ -74,7 +69,7 @@
\section{Configuration Syntax \label{syntax}}
Like the \ulink{\module{ConfigParser}}
-{http://docs.python.org/lib/module-ConfigParser.html}
+{http://docs.python.org/library/configparser.html}
format, this format supports key-value pairs arranged in sections.
Unlike the \module{ConfigParser} format, sections are typed and can be
organized hierarchically.
@@ -1099,7 +1094,7 @@
The \module{ZConfig.components.logger} package provides configuration
support for the \ulink{\module{logging} package}
-{http://docs.python.org/lib/module-logging.html} in
+{http://docs.python.org/library/logging.html} in
Python's standard library. This component can be imported using
\begin{verbatim}
@@ -1273,10 +1268,10 @@
\seepep{282}{A Logging System}
{The proposal which described the logging feature for
inclusion in the Python standard library.}
- \seelink{http://docs.python.org/lib/module-logging.html}
+ \seelink{http://docs.python.org/library/logging.html}
{\module{logging} --- Logging facility for Python}
{Python's \module{logging} package documentation, from the
- \citetitle[http://docs.python.org/lib/lib.html]
+ \citetitle[http://docs.python.org/library/]
{Python Library Reference}.}
\seelink{http://www.red-dove.com/python_logging.html}
{Original Python \module{logging} package}
More information about the ZConfig
mailing list