On Sat, Mar 17, 2012 at 3:16 PM, Thomas Lockhart <[email protected]> wrote: > locale.getdefaultlocale() should return something other than (None,None) if > environment variables are set but istm that this should fail gracefully (or > not fail at all; the ticket suggests a solution using a different call which > does return a non-None on my system).
Yes, it should fail gracefully and it currently doesn't. The ticket is still open, that's why you still see this failure in 1.4rc1. Karen -- http://tracey.org/kmt/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

