This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dstanek
Recipients Walter.Woods, barry, dstanek, eric.araujo, hdiogenes, l0nwlf, orsenthil, r.david.murray
Date 2010-08-01.03:26:00
SpamBayes Score 0.000644328
Marked as misclassified No
Message-id <1280633163.28.0.497395924416.issue8572@psf.upfronthosting.co.za>
In-reply-to
Content
I created some tests for the existing behavior and the expected behavior. One of my apps was passing in a tuple and the default. Since this already worked and there are probably others besides me expecting this behavior I changed the patch to handle this.

The new patch treats any non-string value as an iterable and performs a ', '.join() on it. This is basically the old behavior.

This patch is against the py3k branch.
History
Date User Action Args
2010-08-01 03:26:03dstaneksetrecipients: + dstanek, barry, orsenthil, hdiogenes, eric.araujo, r.david.murray, l0nwlf, Walter.Woods
2010-08-01 03:26:03dstaneksetmessageid: <1280633163.28.0.497395924416.issue8572@psf.upfronthosting.co.za>
2010-08-01 03:26:01dstaneklinkissue8572 messages
2010-08-01 03:26:01dstanekcreate