[Zope-Checkins] CVS: Zope/lib/python/webdav - davcmds.py:1.17
Andreas Jung
andreas@zope.com
Thu, 29 Nov 2001 14:19:55 -0500
Update of /cvs-repository/Zope/lib/python/webdav
In directory cvs.zope.org:/tmp/cvs-serv4105
Modified Files:
davcmds.py
Log Message:
string module cleanup
=== Zope/lib/python/webdav/davcmds.py 1.16 => 1.17 ===
' <d:status>HTTP/1.1 %s</d:status>\n' \
'</d:propstat>\n' % (ns, name, status))
- errmsg=string.join(errors, '\n') or 'The operation succeded.'
+ errmsg='\n'.join(errors) or 'The operation succeded.'
result.write('<d:responsedescription>\n' \
'%s\n' \
'</d:responsedescription>\n' \