diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2020-07-20 12:57:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-20 12:57:37 (GMT) |
commit | 5a2bac7fe0e7a2b67fd57c7a9176a50feed0d7a0 (patch) | |
tree | e984dc116ae6a1496282d81b108caa29f898ff78 /Misc | |
parent | 12f433411bba8a0cdc4f09ba34472745ae9da0d1 (diff) | |
download | cpython-5a2bac7fe0e7a2b67fd57c7a9176a50feed0d7a0.zip cpython-5a2bac7fe0e7a2b67fd57c7a9176a50feed0d7a0.tar.gz cpython-5a2bac7fe0e7a2b67fd57c7a9176a50feed0d7a0.tar.bz2 |
bpo-41342: Convert int.__round__ to Argument Clinic (GH-21549)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-07-19-15-40-52.bpo-41342.RRk_m_.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-07-19-15-40-52.bpo-41342.RRk_m_.rst b/Misc/NEWS.d/next/Core and Builtins/2020-07-19-15-40-52.bpo-41342.RRk_m_.rst new file mode 100644 index 0000000..38851a7 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-07-19-15-40-52.bpo-41342.RRk_m_.rst @@ -0,0 +1 @@ +:func:`round` with integer argument is now faster (9--60%). |