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 nailor
Recipients eric.araujo, ezio.melotti, lemburg, loewis, nailor, python-dev, skrah, terry.reedy, vincent.chute, vstinner
Date 2011-10-18.19:42:24
SpamBayes Score 1.2821799e-10
Marked as misclassified No
Message-id <1318966945.61.0.169373275917.issue3067@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for clarification! I see the problem now. So if I get this correctly we should change the _build_localename to raise TypeError? If the given locale is in wrong format, we'll get TypeError, but if it's valid type but otherwise invalid locale (like 'en'), we'll get ValueError (or more specifically locale.Error).
History
Date User Action Args
2011-10-18 19:42:25nailorsetrecipients: + nailor, lemburg, loewis, terry.reedy, vstinner, ezio.melotti, eric.araujo, vincent.chute, skrah, python-dev
2011-10-18 19:42:25nailorsetmessageid: <1318966945.61.0.169373275917.issue3067@psf.upfronthosting.co.za>
2011-10-18 19:42:25nailorlinkissue3067 messages
2011-10-18 19:42:25nailorcreate