Christopher Welborn added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20218>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to