[Zodb-checkins] SVN: ZODB/branches/3.4/NEWS.txt Repaired ReST
markup in new UndoLog item.
Tim Peters
tim.one at comcast.net
Wed Jun 29 16:15:32 EDT 2005
Log message for revision 30946:
Repaired ReST markup in new UndoLog item.
Changed:
U ZODB/branches/3.4/NEWS.txt
-=-
Modified: ZODB/branches/3.4/NEWS.txt
===================================================================
--- ZODB/branches/3.4/NEWS.txt 2005-06-29 20:14:20 UTC (rev 30945)
+++ ZODB/branches/3.4/NEWS.txt 2005-06-29 20:15:32 UTC (rev 30946)
@@ -24,10 +24,10 @@
- (3.4.1a2) Collector #1822. The ``undoLog()`` and ``undoInfo()`` methods
were changed in 3.4a9 to return the documented results. Alas, some pieces
- of (non-ZODB) code relied on the actual behavior. When the `first` and
- `last` arguments are both >= 0, these methods now treat them as if they
- were Python slice indices, including the `first` index but excluding the
- `last` index. This matches former behavior, although it contradicts older
+ of (non-ZODB) code relied on the actual behavior. When the ``first`` and
+ ``last`` arguments are both >= 0, these methods now treat them as if they
+ were Python slice indices, including the ``first`` index but excluding the
+ ``last`` index. This matches former behavior, although it contradicts older
ZODB UML documentation. The documentation in
``ZODB.interfaces.IStorageUndoable`` was changed to match the new intent.
More information about the Zodb-checkins
mailing list