Commit 8e66586c authored by Hanno Schlichting's avatar Hanno Schlichting

Updated to RestrictedPython = 3.6.0a1

parent 149a696b
......@@ -136,6 +136,7 @@ Features Added
- Updated packages:
- Jinja2 = 2.5.0
- RestrictedPython = 3.6.0a1
- Sphinx = 1.0b2
- transaction = 1.1.0
- ZConfig = 2.8.0
......
......@@ -26,6 +26,7 @@ from DocumentTemplate.html_quote import html_quote, ustr
from DocumentTemplate.cDocumentTemplate import InstanceDict, TemplateDict
from DocumentTemplate.cDocumentTemplate import render_blocks, safe_callable
from DocumentTemplate.cDocumentTemplate import join_unicode
from DocumentTemplate import sequence
from RestrictedPython.Guards import safe_builtins
from RestrictedPython.Utilities import utility_builtins
......@@ -34,6 +35,7 @@ from RestrictedPython.Eval import RestrictionCapableEval
from AccessControl.tainted import TaintedString
test = utility_builtins['test'] # for backwards compatibility, dont remove!
utility_builtins['sequence']= sequence
LIMITED_BUILTINS = 1
......
......@@ -12,7 +12,7 @@ Missing = 2.13.0
MultiMapping = 2.13.0
Persistence = 2.13.1
Record = 2.13.0
RestrictedPython = 3.5.2
RestrictedPython = 3.6.0a1
tempstorage = 2.11.3
zExceptions = 2.13.0
ZopeUndo = 2.12.0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment