David Stanek <dsta...@dstanek.com> added the comment: 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. ---------- nosy: +dstanek Added file: http://bugs.python.org/file18299/8572.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8572> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com