[Checkins] SVN: RestrictedPython/branches/davisagli-python27/src/RestrictedPython/Guards.py note some new builtins which are disabled for now. (bytes is a synonym for str and could probably be enabled)

David Glick davidglick at onenw.org
Thu Jul 8 10:22:51 EDT 2010


Log message for revision 114333:
  note some new builtins which are disabled for now. (bytes is a synonym for str and could probably be enabled)

Changed:
  U   RestrictedPython/branches/davisagli-python27/src/RestrictedPython/Guards.py

-=-
Modified: RestrictedPython/branches/davisagli-python27/src/RestrictedPython/Guards.py
===================================================================
--- RestrictedPython/branches/davisagli-python27/src/RestrictedPython/Guards.py	2010-07-08 14:22:07 UTC (rev 114332)
+++ RestrictedPython/branches/davisagli-python27/src/RestrictedPython/Guards.py	2010-07-08 14:22:51 UTC (rev 114333)
@@ -71,10 +71,13 @@
 # one should care.
 
 # buffer
+# bytes
+# bytearray
 # classmethod
 # coerce
 # eval
 # intern
+# memoryview
 # object
 # property
 # reload



More information about the checkins mailing list