]> granicus.if.org Git - python/commit
Remove usage of locale.getlocale in favor or setlocale(LC_NUMERIC, None) .
authorBrett Cannon <bcannon@gmail.com>
Wed, 8 Sep 2004 02:02:41 +0000 (02:02 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 8 Sep 2004 02:02:41 +0000 (02:02 +0000)
commit85ae1a69b63451cdcfeb45af699ea0c014971217
tree0e58d672063e1c96f9d19c0b73cf78f6c2939262
parent69652035bc2cf22b0326bb00824f4b7e2674cc8b
Remove usage of locale.getlocale in favor or setlocale(LC_NUMERIC, None) .
Also added a comment about why the code is bother to see what setlocale thinks
the set locale is.

Closes bug #1023798.
Lib/test/test__locale.py