diff options
author | Lisa Roach <lisaroach14@gmail.com> | 2018-09-14 06:56:23 (GMT) |
---|---|---|
committer | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2018-09-14 06:56:23 (GMT) |
commit | 5ac704306f4b81ae3f28d8742408d3214b145e8a (patch) | |
tree | 34a39f0216d918b679367a84e05f2326aef70a7c /Misc | |
parent | 83df50ea5757816c7338d27f21fd18b1e79206f7 (diff) | |
download | cpython-5ac704306f4b81ae3f28d8742408d3214b145e8a.zip cpython-5ac704306f4b81ae3f28d8742408d3214b145e8a.tar.gz cpython-5ac704306f4b81ae3f28d8742408d3214b145e8a.tar.bz2 |
bpo-33073: Adding as_integer_ratio to ints. (GH-8750)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2018-08-12-16-03-58.bpo-33073.XWu1Jh.rst | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1350,6 +1350,7 @@ Juan M. Bello Rivas Mohd Sanad Zaki Rizvi Davide Rizzo Anthony Roach +Lisa Roach Carl Robben Ben Roberts Mark Roberts diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-08-12-16-03-58.bpo-33073.XWu1Jh.rst b/Misc/NEWS.d/next/Core and Builtins/2018-08-12-16-03-58.bpo-33073.XWu1Jh.rst new file mode 100644 index 0000000..ce9b612 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2018-08-12-16-03-58.bpo-33073.XWu1Jh.rst @@ -0,0 +1 @@ +Added as_integer_ratio to ints to make them more interoperable with floats. |