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 vstinner
Recipients ixokai, lemburg, loewis, pitrou, pjenvey, ronaldoussoren, vstinner
Date 2010-10-11.20:19:29
SpamBayes Score 0.0011709476
Marked as misclassified No
Message-id <1286828371.53.0.0655559117276.issue9992@psf.upfronthosting.co.za>
In-reply-to
Content
> I guess LANG and LC_CTYPE can be used for other purposes
> such as internationalization.

That's why there are different environement variables:
 * LC_MESSAGES for i18n (messages)
 * LC_CTYPE for the encoding
 * LC_TIME for time and date
 * etc.
History
Date User Action Args
2010-10-11 20:19:31vstinnersetrecipients: + vstinner, lemburg, loewis, ixokai, ronaldoussoren, pitrou, pjenvey
2010-10-11 20:19:31vstinnersetmessageid: <1286828371.53.0.0655559117276.issue9992@psf.upfronthosting.co.za>
2010-10-11 20:19:29vstinnerlinkissue9992 messages
2010-10-11 20:19:29vstinnercreate