Bugs dav__allprop and dav__propstat in PropertySheets.py

Bug #142662 reported by Artur Zaprzala
2
Affects Status Importance Assigned to Milestone
Zope 2
Fix Released
Medium
Unassigned

Bug Description

I noticed the following code in lib/python/OFS/PropertySheets.py (two times):

            if type=='tokens':
                value=' '.join(str(value))
            elif type=='lines':
                value='\n'.join(str(value))

And I guess it doesn't do what it was expected to.
Maybe instead of:
' '.join(str(value))
should be:
' '.join(map(str, value))

Tags: bug zope
Revision history for this message
Hanno Schlichting (hannosch) wrote :

This has been fixed since late 2003.

Changed in zope2:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.