[issue1754] WindowsError messages are not properly encoded

Naoki INADA report at bugs.python.org
Thu Jan 14 23:56:41 CET 2010


Naoki INADA <songofacandy at gmail.com> added the comment:

I think WindowsError's message should be English like other errors.
FormatMessageW() function can take dwLanguageId parameter.
So I think Python should pass `MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US)` to the parameter.

----------
nosy: +naoki

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


More information about the Python-bugs-list mailing list