[Zodb-checkins] CVS: ZODB3/ZEO/tests - stress.py:1.8.66.1
testClientCache.py:1.9.4.3
Tim Peters
tim.one at comcast.net
Fri May 21 12:14:35 EDT 2004
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv6767/ZEO/tests
Modified Files:
Tag: Zope-2_7-branch
stress.py testClientCache.py
Log Message:
The __future__ has arrived for nested scopes in ZODB 3.2.
=== ZODB3/ZEO/tests/stress.py 1.8 => 1.8.66.1 ===
--- ZODB3/ZEO/tests/stress.py:1.8 Thu Sep 26 11:24:08 2002
+++ ZODB3/ZEO/tests/stress.py Fri May 21 12:14:03 2004
@@ -18,8 +18,6 @@
"""
# XXX This code is currently broken.
-from __future__ import nested_scopes
-
import ZODB
from ZEO.ClientStorage import ClientStorage
from ZODB.MappingStorage import MappingStorage
=== ZODB3/ZEO/tests/testClientCache.py 1.9.4.2 => 1.9.4.3 ===
--- ZODB3/ZEO/tests/testClientCache.py:1.9.4.2 Mon Sep 15 17:26:54 2003
+++ ZODB3/ZEO/tests/testClientCache.py Fri May 21 12:14:03 2004
@@ -16,7 +16,6 @@
At times, we do 'white box' testing, i.e. we know about the internals
of the ClientCache object.
"""
-from __future__ import nested_scopes
import os
import time
More information about the Zodb-checkins
mailing list