commit | f263724ea0e97de8644a651f4d78926fa995e209 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Mon Nov 09 17:45:40 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Mon Nov 09 17:45:40 2009 +0000 |
tree | f543d43679e60bd24c0211d81e32ef91d613f198 | |
parent | c747d3a5d281226af5e6898ec9ab629d2b3520f0 [diff] [blame] |
Issue #7070: Fix problem with builtin round function for large odd integer arguments. Also fixes the sign of round(-0.0).
diff --git a/Misc/NEWS b/Misc/NEWS index 6d42187..ae1be75 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and Builtins ----------------- +- Issue #7070: Fix round bug for large odd integer arguments. + - Issue #7078: Set struct.__doc__ from _struct.__doc__. - Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which