Commit cf55de67 authored by Fred Drake's avatar Fred Drake

Make it clear that Python 2.0 and fragment identifiers are not

supported.
parent 12702be0
...@@ -37,6 +37,7 @@ ensure compatibility. This software is covered by the Zope Public ...@@ -37,6 +37,7 @@ ensure compatibility. This software is covered by the Zope Public
License, version 2.0. License, version 2.0.
The \module{ZConfig} package has been tested with Python 2.1 and 2.2. The \module{ZConfig} package has been tested with Python 2.1 and 2.2.
Python 2.0 is not supported.
It only relies on the Python standard library. It only relies on the Python standard library.
...@@ -187,7 +188,7 @@ The main \module{ZConfig} package exports a single function: ...@@ -187,7 +188,7 @@ The main \module{ZConfig} package exports a single function:
\begin{funcdesc}{load}{url} \begin{funcdesc}{load}{url}
Load and return a configuration from a URL or pathname given by Load and return a configuration from a URL or pathname given by
\var{url}. \var{url} may be a URL, absolute pathname, or relative \var{url}. \var{url} may be a URL, absolute pathname, or relative
pathname. pathname. Fragment identifiers are not supported.
\end{funcdesc} \end{funcdesc}
...@@ -223,6 +224,7 @@ once: ...@@ -223,6 +224,7 @@ once:
\begin{methoddesc}{load}{url} \begin{methoddesc}{load}{url}
Load and return a configuration object from a resource. The Load and return a configuration object from a resource. The
resource is identified by a URL or path given as \var{url}. resource is identified by a URL or path given as \var{url}.
Fragment identifiers are not supported.
\end{methoddesc} \end{methoddesc}
The following methods are defined to be individually overridable by The following methods are defined to be individually overridable by
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment