[Checkins] SVN: zope.dottedname/trunk/ make tests pass on python2.6

Jan-Jaap Driessen jdriessen at thehealthagency.com
Tue Sep 15 09:00:31 EDT 2009


Log message for revision 104060:
  make tests pass on python2.6 

Changed:
  U   zope.dottedname/trunk/CHANGES.txt
  U   zope.dottedname/trunk/src/zope/dottedname/README.txt

-=-
Modified: zope.dottedname/trunk/CHANGES.txt
===================================================================
--- zope.dottedname/trunk/CHANGES.txt	2009-09-15 12:58:19 UTC (rev 104059)
+++ zope.dottedname/trunk/CHANGES.txt	2009-09-15 13:00:31 UTC (rev 104060)
@@ -4,7 +4,7 @@
 3.4.6 (unreleased)
 ------------------
 
-- ...
+- Make tests pass on python26.
 
 3.4.5 (2009-01-27)
 ------------------

Modified: zope.dottedname/trunk/src/zope/dottedname/README.txt
===================================================================
--- zope.dottedname/trunk/src/zope/dottedname/README.txt	2009-09-15 12:58:19 UTC (rev 104059)
+++ zope.dottedname/trunk/src/zope/dottedname/README.txt	2009-09-15 13:00:31 UTC (rev 104060)
@@ -50,7 +50,7 @@
   <built-in function system>
 
   >>> resolve('...datetime', 'os.path')
-  <module 'datetime' from '...'>
+  <module 'datetime' ...>
 
 NB: When relative names are imported, a module the name is relative to
 **must** be supplied::



More information about the checkins mailing list