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 lemburg
Recipients ggenellina, lemburg, loewis, santhosh.thottingal
Date 2009-12-03.17:27:09
SpamBayes Score 2.1655988e-10
Marked as misclassified No
Message-id <1259861231.77.0.428017802889.issue6895@psf.upfronthosting.co.za>
In-reply-to
Content
The reason this call fails is that there's no locale alias defined for
"ml_IN" in the local_alias dictionary.

While the patch is probably a good idea, it also hides the missing mapping.

I think a better approach would be to check the locale name for
standards compliance (ie. xx_YY format) and only then use it as fallback
solution.

I'll update the locale_alias dictionary to the X.org version 2009-12-08
(unless you know an even more recent version). This includes the missing
'ml_IN' mapping (among a few other additions and updates).
History
Date User Action Args
2009-12-03 17:27:12lemburgsetrecipients: + lemburg, loewis, ggenellina, santhosh.thottingal
2009-12-03 17:27:11lemburgsetmessageid: <1259861231.77.0.428017802889.issue6895@psf.upfronthosting.co.za>
2009-12-03 17:27:10lemburglinkissue6895 messages
2009-12-03 17:27:09lemburgcreate