[Zope-Checkins] CVS: Zope/lib/python/AccessControl/tests -
testSecurity.py:1.11.14.2
Tres Seaver
tseaver at zope.com
Mon Jan 12 23:11:29 EST 2004
Update of /cvs-repository/Zope/lib/python/AccessControl/tests
In directory cvs.zope.org:/tmp/cvs-serv10260/lib/python/AccessControl/tests
Modified Files:
Tag: Zope-2_7-branch
testSecurity.py
Log Message:
- Remove spurious 2.6-only comment.
=== Zope/lib/python/AccessControl/tests/testSecurity.py 1.11.14.1 => 1.11.14.2 ===
--- Zope/lib/python/AccessControl/tests/testSecurity.py:1.11.14.1 Mon Jan 12 18:58:40 2004
+++ Zope/lib/python/AccessControl/tests/testSecurity.py Mon Jan 12 23:11:27 2004
@@ -80,12 +80,6 @@
def testNewDTMLBuiltins(self):
- #
- # N.B.: we *don't* test for the 2.2 / 2.3-only builtins
- # (sum, iter, enumerate) because they *shouldn't* be
- # available in Zope 2.6, which must be restricted to
- # Python 2.1 idioms.
- #
NEW_BUILTINS_TEMPLATE = """
<dtml-var expr="_.min([1,2])">
<dtml-var expr="_.max([2,3])">
More information about the Zope-Checkins
mailing list