summaryrefslogtreecommitdiff
path: root/Python/dynload_os2.c
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-01-16 18:10:25 +0000
committerMark Dickinson <dickinsm@gmail.com>2010-01-16 18:10:25 +0000
commit45b6365974b6611c3dc1c2e48c55d36ca0e500d9 (patch)
tree99efe4dbc813f8381d58498b33161f1f683da55c /Python/dynload_os2.c
parent747e8b3f589d2f951088cd9c27cdf6097440b878 (diff)
downloadcpython-git-45b6365974b6611c3dc1c2e48c55d36ca0e500d9.tar.gz
Merged revisions 77519,77530,77533 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77519 | mark.dickinson | 2010-01-16 10:44:00 +0000 (Sat, 16 Jan 2010) | 5 lines Issue #7632: Fix a serious wrong output bug for string -> float conversion. Also remove some now unused variables, and add comments clarifying the possible outputs of the parsing section of _Py_dg_strtod. Thanks Eric Smith for reviewing. ........ r77530 | mark.dickinson | 2010-01-16 17:57:49 +0000 (Sat, 16 Jan 2010) | 3 lines Issue #7632: Fix one more case of incorrect rounding for str -> float conversion (see bug 5 in the issue tracker). ........ r77533 | mark.dickinson | 2010-01-16 18:06:17 +0000 (Sat, 16 Jan 2010) | 1 line Fix multiple uses of variable 'L' in _Py_dg_strtod, where one use requires an unsigned long and the other a signed long. See also r77421. ........
Diffstat (limited to 'Python/dynload_os2.c')
0 files changed, 0 insertions, 0 deletions