Hello,

I stumble on your bug today, and I must say that this is not a bug, this is the intended behavior.

If you want to make locale dependant integer casting use this procedure:

   >>> import locale
   >>> locale.setlocale(locale.LC_ALL, '')
   >>> locale.atoi('1.234.567')
   1234567

--
(°>  Nicolas Évrard
/ )  Liège - Belgique
^^

Reply via email to