]> granicus.if.org Git - python/commit
Patch #774665: Make Python LC_NUMERIC agnostic.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 8 Jun 2004 18:52:54 +0000 (18:52 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 8 Jun 2004 18:52:54 +0000 (18:52 +0000)
commit737ea82a5abd448b3e214b44d7d3c579b77e8155
treeb0f710ba716db5247dbb6ac88e0a20ea8623f716
parent6ccc9a99dfbb2575daa8e01a8e8e3531b61a9d60
Patch #774665: Make Python LC_NUMERIC agnostic.
14 files changed:
Doc/lib/liblocale.tex
Include/Python.h
Include/pystrtod.h [new file with mode: 0644]
Makefile.pre.in
Misc/NEWS
Modules/_localemodule.c
Modules/cPickle.c
Modules/stropmodule.c
Objects/complexobject.c
Objects/floatobject.c
Objects/stringobject.c
Python/compile.c
Python/marshal.c
Python/pystrtod.c [new file with mode: 0644]