[Zope3-checkins] CVS: Zope3/src/zope/security/tests -
test_standard_checkers.py:1.7
Jeremy Hylton
cvs-admin at zope.org
Tue Nov 4 22:08:42 EST 2003
Update of /cvs-repository/Zope3/src/zope/security/tests
In directory cvs.zope.org:/tmp/cvs-serv25892/security/tests
Modified Files:
test_standard_checkers.py
Log Message:
Remove code that isn't needed now that we require Python 2.3.
Cases include future statements for generators, special case
definitions of builtins like basestring and enumerate, a few uses of
types that are unnecessary.
=== Zope3/src/zope/security/tests/test_standard_checkers.py 1.6 => 1.7 ===
--- Zope3/src/zope/security/tests/test_standard_checkers.py:1.6 Fri Aug 15 15:49:56 2003
+++ Zope3/src/zope/security/tests/test_standard_checkers.py Tue Nov 4 22:08:08 2003
@@ -21,7 +21,6 @@
from zope.security.checker import ProxyFactory, NamesChecker
from zope.exceptions import ForbiddenAttribute
-from __future__ import generators
def check_forbidden_get(object, attr):
More information about the Zope3-Checkins
mailing list