]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH-14975...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 27 Jul 2019 21:26:58 +0000 (14:26 -0700)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Sat, 27 Jul 2019 21:26:58 +0000 (14:26 -0700)
commit76821bab9cb77fa7f847e66f8b2309ca30546c7f
treed7abe932c07b4100e4116aa4d8f840ce2c29a738
parent171019354aa2c717af2e7b2c90aec7b9724f7282
bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH-14975) (GH-14984)

(cherry picked from commit 6b5f1b496f0b20144592b640b9c975df43a29eb0)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Doc/library/math.rst
Lib/test/test_math.py
Misc/NEWS.d/next/Library/2019-07-26-22-30-01.bpo-37691.1Li3rx.rst [new file with mode: 0644]
Modules/clinic/mathmodule.c.h
Modules/mathmodule.c