[Checkins] SVN: persistent/trunk/CHANGES.txt ReST fixes.

Tres Seaver cvs-admin at zope.org
Wed Dec 12 03:10:13 UTC 2012


Log message for revision 128597:
  ReST fixes.

Changed:
  U   persistent/trunk/CHANGES.txt

-=-
Modified: persistent/trunk/CHANGES.txt
===================================================================
--- persistent/trunk/CHANGES.txt	2012-12-12 03:08:25 UTC (rev 128596)
+++ persistent/trunk/CHANGES.txt	2012-12-12 03:10:12 UTC (rev 128597)
@@ -12,10 +12,10 @@
 - Fixed: In the C implimentation, an integer was compared with a
   pointer, with undefined results and a compiler warning.
 
-- Fixed: the Python implementation of the _p_estimated_size propety
+- Fixed: the Python implementation of the ``_p_estimated_size`` propety
   didn't support deletion.
 
-- Simplified implementation of the _p_estimated_size property to
+- Simplified implementation of the ``_p_estimated_size`` property to
   only accept integers.  A TypeError is raised if an incorrect type is
   provided.
 
@@ -23,7 +23,7 @@
 4.0.2 (2012-08-27)
 ------------------
 
-- Correct initialization functions in renamed `_timestamp` extension.
+- Correct initialization functions in renamed ``_timestamp`` extension.
 
 
 4.0.1 (2012-08-26)



More information about the checkins mailing list