[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher - BaseRequest.py:1.1.2.19

Jim Fulton jim@zope.com
Sun, 3 Feb 2002 18:52:46 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Publisher
In directory cvs.zope.org:/tmp/cvs-serv16942

Modified Files:
      Tag: Zope-3x-branch
	BaseRequest.py 
Log Message:
Added XXX comment to point out that we shouldn't be calling setBase
here.


=== Zope3/lib/python/Zope/Publisher/BaseRequest.py 1.1.2.18 => 1.1.2.19 ===
         Private.
         """
+
+        # XXX This is too Browser specific. I mean, setBase?
         
         traversal_altered = 0 # flag for adding traversal steps
         add_steps = None