[Zope-Checkins] CVS: Zope/lib/python/ZPublisher - BaseRequest.py:1.40

Shane Hathaway shane@digicool.com
Wed, 22 Aug 2001 17:19:52 -0400


Update of /cvs-repository/Zope/lib/python/ZPublisher
In directory cvs.zope.org:/tmp/cvs-serv20082

Modified Files:
	BaseRequest.py 
Log Message:
Collector #2523


=== Zope/lib/python/ZPublisher/BaseRequest.py 1.39 => 1.40 ===
                     if type(subobject) is type(()) and len(subobject) > 1:
                         # Add additional parents into the path
-                        parents[-1:] = subobject[:-1]
+                        parents[-1:] = list(subobject[:-1])
                         object, subobject = subobject[-2:]
                 else:
                     try: