[Zodb-checkins] SVN: ZODB/trunk/src/ Whitespace normalization.
Tim Peters
tim.one at comcast.net
Fri Nov 5 11:56:50 EST 2004
Log message for revision 28347:
Whitespace normalization.
Changed:
U ZODB/trunk/src/BTrees/tests/testBTrees.py
U ZODB/trunk/src/ZODB/interfaces.py
U ZODB/trunk/src/persistent/interfaces.py
U ZODB/trunk/src/transaction/_transaction.py
-=-
Modified: ZODB/trunk/src/BTrees/tests/testBTrees.py
===================================================================
--- ZODB/trunk/src/BTrees/tests/testBTrees.py 2004-11-05 16:51:54 UTC (rev 28346)
+++ ZODB/trunk/src/BTrees/tests/testBTrees.py 2004-11-05 16:56:50 UTC (rev 28347)
@@ -205,7 +205,7 @@
lst = list(self.t.values(max=99-x, min=0+x))
lst.sort()
self.assertEqual(lst,range(0+x,99-x+1))
-
+
def testValuesNegativeIndex(self):
L = [-3, 6, -11, 4]
for i in L:
@@ -234,7 +234,7 @@
self.assertEqual(list(lst), range(0+x, 99-x+1))
self.assertEqual(len(v), 100)
-
+
def testKeysNegativeIndex(self):
L = [-3, 6, -11, 4]
for i in L:
@@ -266,7 +266,7 @@
items = list(self.t.iteritems(min=12, max=20))
self.assertEqual(items, zip(range(12, 21), range(24, 43, 2)))
-
+
def testItemsNegativeIndex(self):
L = [-3, 6, -11, 4]
for i in L:
Modified: ZODB/trunk/src/ZODB/interfaces.py
===================================================================
--- ZODB/trunk/src/ZODB/interfaces.py 2004-11-05 16:51:54 UTC (rev 28346)
+++ ZODB/trunk/src/ZODB/interfaces.py 2004-11-05 16:56:50 UTC (rev 28347)
@@ -39,4 +39,3 @@
must implement the IPersistent interface and must not
already be associated with a Connection.
"""
-
Modified: ZODB/trunk/src/persistent/interfaces.py
===================================================================
--- ZODB/trunk/src/persistent/interfaces.py 2004-11-05 16:51:54 UTC (rev 28346)
+++ ZODB/trunk/src/persistent/interfaces.py 2004-11-05 16:56:50 UTC (rev 28347)
@@ -278,4 +278,3 @@
is returned. If non-None, the return value is the kind of
timestamp supplied by Python's time.time().
"""
-
Modified: ZODB/trunk/src/transaction/_transaction.py
===================================================================
--- ZODB/trunk/src/transaction/_transaction.py 2004-11-05 16:51:54 UTC (rev 28346)
+++ ZODB/trunk/src/transaction/_transaction.py 2004-11-05 16:56:50 UTC (rev 28347)
@@ -633,4 +633,3 @@
def sortKey(self):
return self._datamanager.sortKey()
-
More information about the Zodb-checkins
mailing list