]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 27936: Fix inconsistent round() behavior between float and int
authorRaymond Hettinger <python@rcn.com>
Sat, 3 Sep 2016 08:55:11 +0000 (01:55 -0700)
committerRaymond Hettinger <python@rcn.com>
Sat, 3 Sep 2016 08:55:11 +0000 (01:55 -0700)
commitf0f1c239e4addd15180d605306a969a627cb19d5
treeb9d88594efebecef059d38320110c1942839be58
parent22c108f0194e1e75e359b9861af28c33fe55a795
Issue 27936: Fix inconsistent round() behavior between float and int
Lib/test/test_builtin.py
Lib/test/test_long.py
Misc/NEWS
Python/bltinmodule.c