Commit 64c93c39 authored by Hanno Schlichting's avatar Hanno Schlichting

zExceptions has no outside dependencies, looks good :)

parent b3c06ca1
...@@ -8,6 +8,9 @@ Open general points: ...@@ -8,6 +8,9 @@ Open general points:
based on the availability of the C module alone. This behavior change needs based on the availability of the C module alone. This behavior change needs
discussion. discussion.
- zExceptions needs to be its own distribution, possibly merge with
zope.exceptions, which contains similar and sometimes identical code.
AccessControl AccessControl
------------- -------------
...@@ -33,8 +36,7 @@ AccessControl ...@@ -33,8 +36,7 @@ AccessControl
``__ac_permissions__``) - this should use a global inside the module ``__ac_permissions__``) - this should use a global inside the module
inside AccessControl. inside AccessControl.
* zExceptions (Forbidden, Unauthorized, ...) - move those into * zExceptions (Forbidden, Unauthorized, ...)
zope.exceptions instead and import from there?
* App (MessageDialog, DTMLFile, ...) - all need to go - redoing the UI is * 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 hard, we probably need to move it into some other core part of Zope2, like
...@@ -70,7 +72,7 @@ DocumentTemplate ...@@ -70,7 +72,7 @@ DocumentTemplate
* App (getConfiguration) * App (getConfiguration)
* reStructuredText (HTML) * reStructuredText (HTML)
* Shared (TaintedString) * Shared (TaintedString)
* zExceptions (maybe this should move to its own distribution?) * zExceptions
- Test only dependencies: - Test only dependencies:
......
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