[issue17429] platform.platform() can throw Unicode error

Martin v. Löwis report at bugs.python.org
Fri Mar 15 18:20:26 CET 2013


Martin v. Löwis added the comment:

What's the most likely encoding? UTF-8? I suggest we assume UTF-8, and use the surrogate-escape error handler to deal with the cases when it isn't.

----------
nosy: +loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17429>
_______________________________________


More information about the Python-bugs-list mailing list