[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher - DefaultPublication.py:1.1.2.5
Shane Hathaway
shane@digicool.com
Mon, 26 Nov 2001 11:27:17 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Publisher
In directory cvs.zope.org:/tmp/cvs-serv25889
Modified Files:
Tag: Zope-3x-branch
DefaultPublication.py
Log Message:
Args to NotFound now match current impl
=== Zope3/lib/python/Zope/Publisher/DefaultPublication.py 1.1.2.4 => 1.1.2.5 ===
except (KeyError, IndexError,
TypeError, AttributeError):
- raise NotFound(ob, name, request.getURL())
+ raise NotFound(ob, name, request)
if not getattr(subob, '__doc__', None):
raise DebugError(subob, 'Missing or empty doc string at: %s' %
request.getURL())