Re: Problems trying to format currency with python

2019-01-24 Thread Luca Franchini
Il giorno Dom 20 Gen 2019 16:00 Ingo Schwarze ha scritto: [...] > > OpenBSD intentionally does not implement any LC_MONETARY or strfmon(3) > functionality because we believe that such functionality does not > belong in the C library but should instead be implemented in > specialized support

Re: Problems trying to format currency with python

2019-01-20 Thread Ingo Schwarze
Hi Luca, Luca Franchini wrote on Sun, Jan 20, 2019 at 03:41:46PM +0100: > I got an error while running this: > > amidatacyber730:~$ python3.6 > Python 3.6.6 (default, Oct 11 2018, 12:39:19) > [GCC 4.2.1 Compatible OpenBSD Clang 6.0.0 (tags/RELEASE_600/final)] on o > Type "help", "copyright",

Problems trying to format currency with python

2019-01-20 Thread Luca Franchini
Hi all, I got an error while running this: amidatacyber730:~$ python3.6 Python 3.6.6 (default, Oct 11 2018, 12:39:19) [GCC 4.2.1 Compatible OpenBSD Clang 6.0.0 (tags/RELEASE_600/final)] on o Type "help", "copyright", "credits" or "license" for more information. >>> import locale >>>