Thomas Lee added the comment: Oh and an example of usage:
# before the patch ', '.join([str(x) for x in [1, 2, 3]]) # after the patch ', '.join([1, 2, 3]) __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1145> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com