]> granicus.if.org Git - python/commit
Issue #7070: Fix problem with builtin round function for large odd
authorMark Dickinson <dickinsm@gmail.com>
Mon, 9 Nov 2009 17:45:40 +0000 (17:45 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Mon, 9 Nov 2009 17:45:40 +0000 (17:45 +0000)
commitf263724ea0e97de8644a651f4d78926fa995e209
treef543d43679e60bd24c0211d81e32ef91d613f198
parentc747d3a5d281226af5e6898ec9ab629d2b3520f0
Issue #7070: Fix problem with builtin round function for large odd
integer arguments.  Also fixes the sign of round(-0.0).
Lib/test/test_builtin.py
Misc/NEWS
Python/bltinmodule.c