[Zope-Checkins] CVS: Zope/lib/python/RestrictedPython -
Guards.py:1.9.24.2
Casey Duncan
cvs-admin at zope.org
Wed Nov 5 19:47:05 EST 2003
Update of /cvs-repository/Zope/lib/python/RestrictedPython
In directory cvs.zope.org:/tmp/cvs-serv27201
Modified Files:
Tag: casey-add-tf-builtins-branch
Guards.py
Log Message:
Add the bool built-in to my very own brand (Shutup Tim and Fred ;^)
=== Zope/lib/python/RestrictedPython/Guards.py 1.9.24.1 => 1.9.24.2 ===
--- Zope/lib/python/RestrictedPython/Guards.py:1.9.24.1 Wed Nov 5 19:41:10 2003
+++ Zope/lib/python/RestrictedPython/Guards.py Wed Nov 5 19:47:05 2003
@@ -22,7 +22,7 @@
'apply', 'callable', 'cmp', 'complex', 'isinstance',
'issubclass', 'long', 'repr', 'range', 'list', 'tuple',
'unichr', 'unicode',
- 'Exception', 'True', 'False',
+ 'Exception', 'True', 'False', 'bool',
'ArithmeticError', 'AssertionError', 'AttributeError',
'EOFError', 'EnvironmentError', 'FloatingPointError',
'IOError', 'ImportError', 'IndexError', 'KeyError',
More information about the Zope-Checkins
mailing list