[Zope-Checkins] CVS: Packages/ZConfig/doc - zconfig.tex:1.10

Fred L. Drake, Jr. fdrake@acm.org
Tue, 15 Oct 2002 14:30:14 -0400


Update of /cvs-repository/Packages/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv8315

Modified Files:
	zconfig.tex 
Log Message:
Make it clear that Python 2.0 and fragment identifiers are not
supported.


=== Packages/ZConfig/doc/zconfig.tex 1.9 => 1.10 ===
--- Packages/ZConfig/doc/zconfig.tex:1.9	Mon Oct 14 16:58:58 2002
+++ Packages/ZConfig/doc/zconfig.tex	Tue Oct 15 14:30:13 2002
@@ -37,6 +37,7 @@
 License, version 2.0.
 
 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.
 
 
@@ -187,7 +188,7 @@
 \begin{funcdesc}{load}{url}
   Load and return a configuration from a URL or pathname given by
   \var{url}.  \var{url} may be a URL, absolute pathname, or relative
-  pathname.
+  pathname.  Fragment identifiers are not supported.
 \end{funcdesc}
 
 
@@ -223,6 +224,7 @@
 \begin{methoddesc}{load}{url}
   Load and return a configuration object from a resource.  The
   resource is identified by a URL or path given as \var{url}.
+  Fragment identifiers are not supported.
 \end{methoddesc}
 
 The following methods are defined to be individually overridable by