[Zope-Checkins] CVS: Zope/lib/python/ZPublisher -
BaseRequest.py:1.51.16.2
Yvo Schubbe
schubbe at web.de
Fri Oct 10 12:45:18 EDT 2003
Update of /cvs-repository/Zope/lib/python/ZPublisher
In directory cvs.zope.org:/tmp/cvs-serv27852/lib/python/ZPublisher
Modified Files:
Tag: yuppie-collector1079-branch
BaseRequest.py
Log Message:
Uups!
- re-added deleted line
- added test that fails without that line
=== Zope/lib/python/ZPublisher/BaseRequest.py 1.51.16.1 => 1.51.16.2 ===
--- Zope/lib/python/ZPublisher/BaseRequest.py:1.51.16.1 Fri Oct 10 09:27:46 2003
+++ Zope/lib/python/ZPublisher/BaseRequest.py Fri Oct 10 12:44:45 2003
@@ -244,6 +244,7 @@
request['TraversalRequestNameStack'] = request.path = path
+ entry_name = ''
try:
# We build parents in the wrong order, so we
# need to make sure we reverse it when we're doe.
More information about the Zope-Checkins
mailing list