Commit 19ddb75e authored by Hanno Schlichting's avatar Hanno Schlichting

Add note about RestrictedPython having DocumentTemplate specific code

parent dcd5dc9d
......@@ -14,6 +14,11 @@ Open general points:
- zExceptions needs to be its own distribution, possibly merge with
zope.exceptions, which contains similar and sometimes identical code.
- There's one test failure in RestrictedPython in
``test_sequence_in_utility_builtins_if_importable``. It does a conditional
import of DocumentTemplate and executes some code. This should move into
DocumentTemplate itself and avoid the import order problems we have now.
AccessControl
-------------
......
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