[Zope3-checkins] CVS: Zope3/src/zope/security - checker.py:1.41
Jeremy Hylton
cvs-admin at zope.org
Tue Nov 4 22:08:42 EST 2003
Update of /cvs-repository/Zope3/src/zope/security
In directory cvs.zope.org:/tmp/cvs-serv25892/security
Modified Files:
checker.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/checker.py 1.40 => 1.41 ===
--- Zope3/src/zope/security/checker.py:1.40 Fri Oct 3 16:37:51 2003
+++ Zope3/src/zope/security/checker.py Tue Nov 4 22:08:10 2003
@@ -21,8 +21,6 @@
forbidden attribute access. Setting it to a larger number will also display
messages about granted attribute access.
"""
-from __future__ import generators
-
import os
import sys
import types
More information about the Zope3-Checkins
mailing list