]> granicus.if.org Git - python/commit
Take out the setlocale() call. It affects atof() and will break
authorGuido van Rossum <guido@python.org>
Fri, 31 Oct 1997 18:25:15 +0000 (18:25 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 31 Oct 1997 18:25:15 +0000 (18:25 +0000)
commit873c35c437566ec138545f716ee1a10a22708026
treeaa1533bd0ddd6f53d44e723732555ed9bdf79bbb
parent3c03fa87b64576841d0e9a6a3b4ada5063a228b8
Take out the setlocale() call.  It affects atof() and will break
floating point literals.  Need to do this differently...
Modules/main.c