Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
8e66586c
Commit
8e66586c
authored
Jun 05, 2010
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to RestrictedPython = 3.6.0a1
parent
149a696b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
doc/CHANGES.rst
doc/CHANGES.rst
+1
-0
src/DocumentTemplate/DT_Util.py
src/DocumentTemplate/DT_Util.py
+2
-0
versions.cfg
versions.cfg
+1
-1
No files found.
doc/CHANGES.rst
View file @
8e66586c
...
...
@@ -136,6 +136,7 @@ Features Added
-
Updated
packages
:
-
Jinja2
=
2.5.0
-
RestrictedPython
=
3.6.0
a1
-
Sphinx
=
1.0
b2
-
transaction
=
1.1.0
-
ZConfig
=
2.8.0
...
...
src/DocumentTemplate/DT_Util.py
View file @
8e66586c
...
...
@@ -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
...
...
versions.cfg
View file @
8e66586c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment