[Checkins] SVN: zope.minmax/trunk/ Use the standard Python doctest module instead of the deprecated

Fabio Tranchitella kobold at kobold.it
Thu Dec 24 02:23:43 EST 2009


Log message for revision 107041:
  Use the standard Python doctest module instead of the deprecated
  zope.testing.doctest.
  

Changed:
  U   zope.minmax/trunk/CHANGES.txt
  U   zope.minmax/trunk/src/zope/minmax/tests.py

-=-
Modified: zope.minmax/trunk/CHANGES.txt
===================================================================
--- zope.minmax/trunk/CHANGES.txt	2009-12-24 06:57:52 UTC (rev 107040)
+++ zope.minmax/trunk/CHANGES.txt	2009-12-24 07:23:43 UTC (rev 107041)
@@ -5,7 +5,8 @@
 1.2.0 (unreleased)
 ------------------
 
-- Nothing yet.
+- Use the standard Python doctest module instead of the deprecated
+  zope.testing.doctest.
 
 
 1.1.1 (2009-09-09)

Modified: zope.minmax/trunk/src/zope/minmax/tests.py
===================================================================
--- zope.minmax/trunk/src/zope/minmax/tests.py	2009-12-24 06:57:52 UTC (rev 107040)
+++ zope.minmax/trunk/src/zope/minmax/tests.py	2009-12-24 07:23:43 UTC (rev 107041)
@@ -1,5 +1,5 @@
+import doctest
 import unittest
-import zope.testing
 
 def test_suite():
     return unittest.TestSuite((



More information about the checkins mailing list