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 methane
Recipients amaury.forgeotdarc, christian.heimes, eckhardt, gvanrossum, loewis, methane, r37c
Date 2010-01-14.22:56:39
SpamBayes Score 0.0009115398
Marked as misclassified No
Message-id <1263509801.12.0.856291315403.issue1754@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-01-14 22:56:42methanesetrecipients: + methane, gvanrossum, loewis, amaury.forgeotdarc, christian.heimes, r37c, eckhardt
2010-01-14 22:56:41methanesetmessageid: <1263509801.12.0.856291315403.issue1754@psf.upfronthosting.co.za>
2010-01-14 22:56:39methanelinkissue1754 messages
2010-01-14 22:56:39methanecreate