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

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


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

Modified Files:
      Tag: Zope-2_4-branch
	BaseRequest.py 
Log Message:
Collector #2523


=== Zope/lib/python/ZPublisher/BaseRequest.py 1.39 => 1.39.4.1 ===
                     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: