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 cjwelborn
Recipients cjwelborn, cool-RR, pitrou, serhiy.storchaka
Date 2014-01-23.21:43:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390513389.1.0.560754400665.issue20218@psf.upfronthosting.co.za>
In-reply-to
Content
I should clarify that last sentence, I was trying to say that the type is determined by the first item. If the user tries to mix bytes/text they will receive the proper error from io's writelines when the mismatched type is written. If the first item is neither str nor bytes, then raise a ValueError.
History
Date User Action Args
2014-01-23 21:43:09cjwelbornsetrecipients: + cjwelborn, pitrou, cool-RR, serhiy.storchaka
2014-01-23 21:43:09cjwelbornsetmessageid: <1390513389.1.0.560754400665.issue20218@psf.upfronthosting.co.za>
2014-01-23 21:43:09cjwelbornlinkissue20218 messages
2014-01-23 21:43:08cjwelborncreate