"Martin v. Löwis" <[EMAIL PROTECTED]> writes:

> IOW: feel free to invoke setlocale in your library. It will likely
> work in many cases, but may break in some. So you should atleast
> document that this is what your library does.

Thanks for the advice. I ended up implementing it in the library, with
an option to disable it and a note in the documentation directing
people to call setlocale() manually if they run a threaded
application, or if they wish to set up their own locale.

Thanks again,

Damien
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to