[Zope3-checkins] CVS: Zope/lib/python/ZConfig/doc - zconfig.tex:1.99
Fred L. Drake, Jr.
fred at zope.com
Tue Apr 13 16:02:00 EDT 2004
Update of /cvs-repository/Zope/lib/python/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv12983/ZConfig/doc
Modified Files:
zconfig.tex
Log Message:
delayed documentation checkin:
note the different default hostname for an inet-address on Windows and Unix
=== Zope/lib/python/ZConfig/doc/zconfig.tex 1.98 => 1.99 ===
--- Zope/lib/python/ZConfig/doc/zconfig.tex:1.98 Tue Apr 13 10:08:45 2004
+++ Zope/lib/python/ZConfig/doc/zconfig.tex Tue Apr 13 16:01:59 2004
@@ -833,9 +833,11 @@
\term{\datatype{inet-address}}
An Internet address expressed as a \code{(\var{hostname},
- \var{port})} pair. If only the port is specified, an empty string
- will be returned for \var{hostname}. If the port is omitted,
- \code{None} will be returned for \var{port}.
+ \var{port})} pair. If only the port is specified, the default host
+ will be returned for \var{hostname}. The default host is
+ \code{localhost} on Windows and the empty string on all other
+ platforms. If the port is omitted, \code{None} will be returned for
+ \var{port}.
\term{\datatype{integer}}
Convert a value to an integer. This will be a Python \class{int} if
More information about the Zope3-Checkins
mailing list