Commit 7f814b37 authored by Sidnei da Silva's avatar Sidnei da Silva

parent c0b7a616
...@@ -14,6 +14,12 @@ Zope Changes ...@@ -14,6 +14,12 @@ Zope Changes
to the rules for such a type laid out in the Python docs: to the rules for such a type laid out in the Python docs:
http://docs.python.org/api/supporting-cycle-detection.html http://docs.python.org/api/supporting-cycle-detection.html
After Zope 2.9.1
Bugs fixed
- Missing import of NotFound in webdav.Resource.
Zope 2.9.1 (2006/02/25) Zope 2.9.1 (2006/02/25)
Bugs fixed Bugs fixed
......
...@@ -24,7 +24,7 @@ import Globals ...@@ -24,7 +24,7 @@ import Globals
from AccessControl import getSecurityManager from AccessControl import getSecurityManager
from Acquisition import aq_base from Acquisition import aq_base
from zExceptions import BadRequest, MethodNotAllowed from zExceptions import BadRequest, MethodNotAllowed
from zExceptions import Unauthorized, Forbidden from zExceptions import Unauthorized, Forbidden, NotFound
from zope.interface import implements from zope.interface import implements
from ZPublisher.HTTPRangeSupport import HTTPRangeInterface from ZPublisher.HTTPRangeSupport import HTTPRangeInterface
......
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