[Checkins] SVN: Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt Add note about RestrictedPython having DocumentTemplate specific code

Hanno Schlichting hannosch at hannosch.eu
Sun May 16 17:42:22 EDT 2010


Log message for revision 112395:
  Add note about RestrictedPython having DocumentTemplate specific code
  

Changed:
  U   Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt

-=-
Modified: Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt
===================================================================
--- Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt	2010-05-16 21:11:53 UTC (rev 112394)
+++ Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt	2010-05-16 21:42:22 UTC (rev 112395)
@@ -14,6 +14,11 @@
 - 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
 -------------
 



More information about the checkins mailing list