]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix inconsistent return type for statistics median_grouped() gh-92531 (#92533)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Mon, 9 May 2022 07:08:41 +0000 (02:08 -0500)
committerGitHub <noreply@github.com>
Mon, 9 May 2022 07:08:41 +0000 (02:08 -0500)
commite01eeb7b4b8d00b9f5c6acb48957f46ac4e252c0
treeddbd5234dd8bc3083003567836c2699c3696b19a
parent5bc2390229bbcb4f13359e867fd8a140a1d5496b
Fix inconsistent return type for statistics median_grouped()  gh-92531 (#92533)
Lib/statistics.py
Lib/test/test_statistics.py
Misc/NEWS.d/next/Library/2022-05-09-01-27-25.gh-issue-92531.vV7S_O.rst [new file with mode: 0644]