Re: [Python-Dev] strftime/strptime locale funnies...

2006-04-05 Thread Brett Cannon
On 4/5/06, Donovan Baarda <[EMAIL PROTECTED]> wrote: > G'day, > > Just noticed on Debian (testing), Ubuntu (warty?), and RedHat (old) > based systems Python's time.strptime() seems to ignore the environment's > Locale and just uses "C". > > Last time I looked at this, time.strptime() leveraged off

[Python-Dev] strftime/strptime locale funnies...

2006-04-05 Thread Donovan Baarda
G'day, Just noticed on Debian (testing), Ubuntu (warty?), and RedHat (old) based systems Python's time.strptime() seems to ignore the environment's Locale and just uses "C". Last time I looked at this, time.strptime() leveraged off the platform's strptime(), which meant it had all the extra featu