[Zope3-checkins] CVS: Zope3/src/zope/configuration - fields.py:1.16

Fred L. Drake, Jr. fred at zope.com
Mon Aug 18 19:14:43 EDT 2003


Update of /cvs-repository/Zope3/src/zope/configuration
In directory cvs.zope.org:/tmp/cvs-serv27679

Modified Files:
	fields.py 
Log Message:
make a doctest get handled properly using the Python 2.2.3 version of
doctest as well as the Python 2.3 version; the repr() of True has not
always been True  ;-(


=== Zope3/src/zope/configuration/fields.py 1.15 => 1.16 ===
--- Zope3/src/zope/configuration/fields.py:1.15	Mon Aug 18 16:44:52 2003
+++ Zope3/src/zope/configuration/fields.py	Mon Aug 18 18:14:39 2003
@@ -350,7 +350,7 @@
 
     >>> from zope.i18n.messageid import MessageID
     >>> isinstance(context.i18n_strings['testing'].keys()[0], MessageID)
-    True
+    1
 
     Explicit Message IDs
 




More information about the Zope3-Checkins mailing list