Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

Since Pandas opens an output file it has control on what encoding is used. It 
is a Pandas' responsibility to decode bytes, or raise an exception, or just 
ignore the problem if it is pretty uncommon case. Pandas already have a complex 
code for formatting output data into CSV files, one additional check does not 
matter.

----------

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

Reply via email to