[Python-Dev] test__locale weirdness (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Wed Jul 14 07:09:18 CEST 2004
- Previous message: [Python-Dev] test__locale weirdness
- Next message: [Python-Dev] PEP 292 for Python 2.4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Brett C. wrote:
In case anyone else is following/working on this, I stuck the C code shown above into the beginning of the module initialization function and it is wrong at that point already.
You could try to trace the setlocale calls that have been made up that that point.
There is also a possibility that Python links with independent locale implementations: one providing nl_langinfo, and the other providing localeconv.
Regards, Martin
- Previous message: [Python-Dev] test__locale weirdness
- Next message: [Python-Dev] PEP 292 for Python 2.4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]