[Zconfig] SVN: ZConfig/trunk/ remove uninteresting comment;
Python 2.3 is required
Fred L. Drake, Jr.
fdrake at gmail.com
Wed May 18 18:52:50 EDT 2005
Log message for revision 30397:
remove uninteresting comment; Python 2.3 is required
Changed:
U ZConfig/trunk/NEWS.txt
U ZConfig/trunk/datatypes.py
U ZConfig/trunk/doc/zconfig.tex
-=-
Modified: ZConfig/trunk/NEWS.txt
===================================================================
--- ZConfig/trunk/NEWS.txt 2005-05-18 21:50:53 UTC (rev 30396)
+++ ZConfig/trunk/NEWS.txt 2005-05-18 22:52:50 UTC (rev 30397)
@@ -1,3 +1,10 @@
+Changes since ZConfig 2.2:
+
+- Added "inet-binding-address" and "inet-connection-address" to the
+ set of standard datatypes. These are similar to the "inet-address"
+ type, but the default hostname is more sensible. The datatype used
+ should reflect how the value will be used.
+
Changes since ZConfig 2.1:
- More documentation has been written.
Modified: ZConfig/trunk/datatypes.py
===================================================================
--- ZConfig/trunk/datatypes.py 2005-05-18 21:50:53 UTC (rev 30396)
+++ ZConfig/trunk/datatypes.py 2005-05-18 22:52:50 UTC (rev 30397)
@@ -18,7 +18,6 @@
import sys
import datetime
-# types.StringTypes was added in Python 2.2; basestring in 2.3
try:
unicode
except NameError:
Modified: ZConfig/trunk/doc/zconfig.tex
===================================================================
--- ZConfig/trunk/doc/zconfig.tex 2005-05-18 21:50:53 UTC (rev 30396)
+++ ZConfig/trunk/doc/zconfig.tex 2005-05-18 22:52:50 UTC (rev 30397)
@@ -19,8 +19,8 @@
\title{ZConfig Package Reference}
-%\date{27 October 2003}
-\release{2.3--}
+\date{18 May 2005}
+\release{2.3}
\setshortversion{2.3}
\author{Zope Corporation}
More information about the ZConfig
mailing list