[Checkins] SVN: zope.contentprovider/trunk/CHANGES.txt Note test fix; ReST rendering.

Tres Seaver tseaver at palladion.com
Tue May 25 10:07:41 EDT 2010


Log message for revision 112693:
  Note test fix;  ReST rendering.

Changed:
  U   zope.contentprovider/trunk/CHANGES.txt

-=-
Modified: zope.contentprovider/trunk/CHANGES.txt
===================================================================
--- zope.contentprovider/trunk/CHANGES.txt	2010-05-25 14:04:46 UTC (rev 112692)
+++ zope.contentprovider/trunk/CHANGES.txt	2010-05-25 14:07:41 UTC (rev 112693)
@@ -5,40 +5,48 @@
 3.7.2 (unreleased)
 ------------------
 
+- Fixed unit tests broken under Python 2.4 by the switch to the standard
+  library ``doctest`` module.
 
+
 3.7.1 (2010-04-30)
 ------------------
 
-- Prefer the standard libraries doctest module to the one from zope.testing.
+- Prefer the standard library's ``doctest`` module to the one from
+  ``zope.testing.``
 
+
 3.7 (2010-04-27)
 ----------------
 
-- Since tales:expressiontype is now in ``zope.browserpage``, update
+- Since ``tales:expressiontype`` is now in ``zope.browserpage``, update
   conditional ZCML accordingly so it doesn't depend on the presence of
   ``zope.app.pagetemplate`` anymore.
 
+
 3.6.1 (2009-12-23)
 ------------------
 
-- Ensure that our configure.zcml can be loaded without requiring further
+- Ensure that our ``configure.zcml`` can be loaded without requiring further
   dependencies. It uses a ``tales:expressiontype`` directive defined in
-  zope.app.pagetemplate. We keep that dependency optional, as not all consumers
-  of this package use ZCML to configure the expression type.
+  ``zope.app.pagetemplate.`` We keep that dependency optional, as not all
+  consumers of this package use ZCML to configure the expression type.
 
+
 3.6.0 (2009-12-22)
 ------------------
 
-- Updated test dependency to use zope.browserpage.
+- Updated test dependency to use ``zope.browserpage``.
 
+
 3.5.0 (2009-03-18)
 ------------------
 
 - Add very simple, but useful base class for implementing content
   providers, see ``zope.contentprovider.provider.ContentProviderBase``.
 
-- Remove unneeded testing dependencies. We only need zope.testing and
-  zope.app.pagetemplate.
+- Remove unneeded testing dependencies. We only need ``zope.testing`` and
+  ``zope.app.pagetemplate``.
 
 - Remove zcml slug and old zpkg-related files.
 
@@ -52,6 +60,7 @@
 
 - Change ``cheeseshop`` to ``pypi`` in the package url.
 
+
 3.4.0 (2007-10-02)
 ------------------
 



More information about the checkins mailing list