[Zodb-checkins] CVS: ZODB3/ZODB/tests -
TransactionalUndoStorage.py:1.32.6.3
TransactionalUndoVersionStorage.py:1.11.34.2
testCache.py:1.13.10.6 testFileStorage.py:1.32.8.3
testZODB.py:1.15.8.3
Tim Peters
tim.one at comcast.net
Fri May 21 12:14:13 EDT 2004
Update of /cvs-repository/ZODB3/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv6767/ZODB/tests
Modified Files:
Tag: Zope-2_7-branch
TransactionalUndoStorage.py TransactionalUndoVersionStorage.py
testCache.py testFileStorage.py testZODB.py
Log Message:
The __future__ has arrived for nested scopes in ZODB 3.2.
=== ZODB3/ZODB/tests/TransactionalUndoStorage.py 1.32.6.2 => 1.32.6.3 ===
--- ZODB3/ZODB/tests/TransactionalUndoStorage.py:1.32.6.2 Fri Jan 16 14:17:51 2004
+++ ZODB3/ZODB/tests/TransactionalUndoStorage.py Fri May 21 12:14:05 2004
@@ -15,7 +15,6 @@
Any storage that supports transactionalUndo() must pass these tests.
"""
-from __future__ import nested_scopes
import time
import types
=== ZODB3/ZODB/tests/TransactionalUndoVersionStorage.py 1.11.34.1 => 1.11.34.2 ===
--- ZODB3/ZODB/tests/TransactionalUndoVersionStorage.py:1.11.34.1 Mon Sep 15 17:26:57 2003
+++ ZODB3/ZODB/tests/TransactionalUndoVersionStorage.py Fri May 21 12:14:05 2004
@@ -11,7 +11,6 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-from __future__ import nested_scopes
# Check interactions between transactionalUndo() and versions. Any storage
# that supports both transactionalUndo() and versions must pass these tests.
=== ZODB3/ZODB/tests/testCache.py 1.13.10.5 => 1.13.10.6 ===
--- ZODB3/ZODB/tests/testCache.py:1.13.10.5 Wed May 19 16:24:37 2004
+++ ZODB3/ZODB/tests/testCache.py Fri May 21 12:14:05 2004
@@ -17,7 +17,6 @@
purposes. It acts like a memo for unpickling. It also keeps recent
objects in memory under the assumption that they may be used again.
"""
-from __future__ import nested_scopes
import time
import types
=== ZODB3/ZODB/tests/testFileStorage.py 1.32.8.2 => 1.32.8.3 ===
--- ZODB3/ZODB/tests/testFileStorage.py:1.32.8.2 Mon Sep 15 17:26:57 2003
+++ ZODB3/ZODB/tests/testFileStorage.py Fri May 21 12:14:05 2004
@@ -11,7 +11,6 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-from __future__ import nested_scopes
import ZODB.FileStorage
import sys, os, unittest
=== ZODB3/ZODB/tests/testZODB.py 1.15.8.2 => 1.15.8.3 ===
--- ZODB3/ZODB/tests/testZODB.py:1.15.8.2 Thu Oct 23 20:45:56 2003
+++ ZODB3/ZODB/tests/testZODB.py Fri May 21 12:14:05 2004
@@ -11,7 +11,6 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-from __future__ import nested_scopes
import unittest
More information about the Zodb-checkins
mailing list