[Checkins] SVN: Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt zExceptions has no outside dependencies, looks good :)

Hanno Schlichting hannosch at hannosch.eu
Sun May 16 16:34:33 EDT 2010


Log message for revision 112393:
  zExceptions has no outside dependencies, looks good :)
  

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 20:29:33 UTC (rev 112392)
+++ Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt	2010-05-16 20:34:32 UTC (rev 112393)
@@ -8,6 +8,9 @@
   based on the availability of the C module alone. This behavior change needs
   discussion.
 
+- zExceptions needs to be its own distribution, possibly merge with
+  zope.exceptions, which contains similar and sometimes identical code.
+
 AccessControl
 -------------
 
@@ -33,8 +36,7 @@
     ``__ac_permissions__``) - this should use a global inside the module
     inside AccessControl.
 
-  * zExceptions (Forbidden, Unauthorized, ...) - move those into
-    zope.exceptions instead and import from there?
+  * zExceptions (Forbidden, Unauthorized, ...)
 
   * App (MessageDialog, DTMLFile, ...) - all need to go - redoing the UI is
     hard, we probably need to move it into some other core part of Zope2, like
@@ -70,7 +72,7 @@
   * App (getConfiguration)
   * reStructuredText (HTML)
   * Shared (TaintedString)
-  * zExceptions (maybe this should move to its own distribution?)
+  * zExceptions
 
 - Test only dependencies:
 



More information about the checkins mailing list