[Checkins] SVN: zope.exceptions/trunk/ ReST fixes.

Tres Seaver cvs-admin at zope.org
Wed May 16 18:01:31 UTC 2012


Log message for revision 125932:
  ReST fixes.

Changed:
  U   zope.exceptions/trunk/CHANGES.txt
  U   zope.exceptions/trunk/README.txt

-=-
Modified: zope.exceptions/trunk/CHANGES.txt
===================================================================
--- zope.exceptions/trunk/CHANGES.txt	2012-05-16 17:53:37 UTC (rev 125931)
+++ zope.exceptions/trunk/CHANGES.txt	2012-05-16 18:01:17 UTC (rev 125932)
@@ -1,6 +1,5 @@
-=======
-Changes
-=======
+zope.exceptions Changelog
+=========================
 
 4.0.1 (unreleased)
 ------------------
@@ -50,7 +49,7 @@
 - Fallback to traceback.format_tb when the formatter is called recursively.
   i.e. Don't let errors in the formatter pass silently.
 
-- Fix deprecated unittest functions: assert_ and assertEquals.
+- Fix deprecated unittest functions: ``assert_`` and ``assertEquals``.
 
 3.6.1 (2010-07-06)
 ------------------

Modified: zope.exceptions/trunk/README.txt
===================================================================
--- zope.exceptions/trunk/README.txt	2012-05-16 17:53:37 UTC (rev 125931)
+++ zope.exceptions/trunk/README.txt	2012-05-16 18:01:17 UTC (rev 125932)
@@ -1,6 +1,5 @@
+zope.exceptions README
 =======================
-General Zope Exceptions
-=======================
 
 This package contains exception interfaces and implementations which are so
 general purpose that they don't belong in Zope application-specific packages.



More information about the checkins mailing list