]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix inconsistent return type for statistics median_grouped() gh-92531 (GH-92533...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 May 2022 04:45:17 +0000 (21:45 -0700)
committerGitHub <noreply@github.com>
Wed, 11 May 2022 04:45:17 +0000 (23:45 -0500)
commit951cfc8e542a54a479b6f01bddcb46e764be7cda
tree8ca7c6e6a845ac87514c5bfb918408ddd31273be
parent5197134c1c392f3040a60c05f7bbb42c4bb24c46
Fix inconsistent return type for statistics median_grouped()  gh-92531 (GH-92533) (#92656)
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]