Skip to content

Commit

Permalink
note some new builtins which are disabled for now. (bytes is a synony…
Browse files Browse the repository at this point in the history
…m for str and could probably be enabled)
  • Loading branch information
davisagli committed Jul 8, 2010
1 parent ec50f7a commit f56d9c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/RestrictedPython/Guards.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,13 @@
# one should care.

# buffer
# bytes
# bytearray
# classmethod
# coerce
# eval
# intern
# memoryview
# object
# property
# reload
Expand Down

0 comments on commit f56d9c4

Please sign in to comment.