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 r37c
Recipients amaury.forgeotdarc, christian.heimes, eckhardt, gvanrossum, loewis, methane, r37c
Date 2010-05-06.01:51:55
SpamBayes Score 0.0009865621
Marked as misclassified No
Message-id <1273110717.92.0.664879782789.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.

On a non-english system FormatMessageW fails with ERROR_RESOURCE_LANG_NOT_FOUND (The specified resource language ID cannot be found in the image file) when called with that parameter.
History
Date User Action Args
2010-05-06 01:51:58r37csetrecipients: + r37c, gvanrossum, loewis, amaury.forgeotdarc, christian.heimes, eckhardt, methane
2010-05-06 01:51:57r37csetmessageid: <1273110717.92.0.664879782789.issue1754@psf.upfronthosting.co.za>
2010-05-06 01:51:56r37clinkissue1754 messages
2010-05-06 01:51:56r37ccreate