[Zope-Checkins] CVS: Zope/lib/python/ZPublisher - HTTPRequest.py:1.77
Martijn Pieters
mj@zope.com
Thu, 1 Aug 2002 14:42:03 -0400
Update of /cvs-repository/Zope/lib/python/ZPublisher
In directory cvs.zope.org:/tmp/cvs-serv7209/lib/python/ZPublisher
Modified Files:
HTTPRequest.py
Log Message:
Fix for COllector #500 merged from 2.5 branch.
=== Zope/lib/python/ZPublisher/HTTPRequest.py 1.76 => 1.77 ===
k=key.split( ".")
k,attr='.'.join(k[:-1]), k[-1]
a = attr
+ new = ''
# remove any type_names in the attr
while not a=='':
a=a.split( ":")