]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF bug 119622: compile errors due to redundant atof decls.
authorMoshe Zadka <moshez@math.huji.ac.il>
Fri, 30 Mar 2001 16:31:50 +0000 (16:31 +0000)
committerMoshe Zadka <moshez@math.huji.ac.il>
Fri, 30 Mar 2001 16:31:50 +0000 (16:31 +0000)
commit5f4541550405b8bdacf6b726b8f5298f22bf4243
tree9aec0abf2c16647afa24d303354c7697d6b74aba
parentff905353a732aeb436c74236095a04f7236e8621
SF bug 119622:  compile errors due to redundant atof decls.
Fixed in compile.c and marshal.c
Quote tim: "Python shouldn't be in the business of defining atof"
Misc/NEWS
Python/compile.c
Python/marshal.c