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 eli.bendersky
Recipients docs@python, einarfd, eli.bendersky, ezio.melotti, serhiy.storchaka
Date 2012-10-09.14:06:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349791587.16.0.271523639465.issue16082@psf.upfronthosting.co.za>
In-reply-to
Content
Einar, TypeError is raised because tostring/tostringlist return bytes with the default encoding, and you can't join bytes on "" (which is unicode).
History
Date User Action Args
2012-10-09 14:06:27eli.benderskysetrecipients: + eli.bendersky, ezio.melotti, docs@python, serhiy.storchaka, einarfd
2012-10-09 14:06:27eli.benderskysetmessageid: <1349791587.16.0.271523639465.issue16082@psf.upfronthosting.co.za>
2012-10-09 14:06:27eli.benderskylinkissue16082 messages
2012-10-09 14:06:27eli.benderskycreate