Re: locale.setlocale problems
From: Ksenia Marasanova (ksenia_at_ksenia.nl)
Date: 10/02/04
- Next message: Nick Craig-Wood: "Re: should these be fixed for python 2.4?"
- Previous message: Alexander Schmolck: "Re: should these be fixed for python 2.4?"
- In reply to: QMartin_v=2E_L=F6wis=22?=: "Re: locale.setlocale problems"
- Next in thread: hyeshik_at_gmail.com: "Re: locale.setlocale problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 02 Oct 2004 11:26:47 +0200 To: python-list@python.org
> Python relies on the operating system here, so please bring
> this up with your OS vendor.
Okay, I got it now. Thanks for the explanation.
>> And the last question: when I change locale in a Python application,
>> it affects only the current namespace, right? I hope so... :)
>
> Not sure what a namespace is, in this context, but I guess the answer
> is
> "yes".
With 'namespace' I meant only the module when the locale is changed, so
it not affects other scripts that run at the same time on the system. I
misunderstood locale as being some system-wide 'registry' which
remembers the changes in it. (have some vague, bad memories about
changing locale in an ASP application... :-)
Thank you,
Ksenia.
- Next message: Nick Craig-Wood: "Re: should these be fixed for python 2.4?"
- Previous message: Alexander Schmolck: "Re: should these be fixed for python 2.4?"
- In reply to: QMartin_v=2E_L=F6wis=22?=: "Re: locale.setlocale problems"
- Next in thread: hyeshik_at_gmail.com: "Re: locale.setlocale problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|