]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110150: Fix base case handling in quantiles() (gh-110151)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 1 Oct 2023 04:35:54 +0000 (23:35 -0500)
committerGitHub <noreply@github.com>
Sun, 1 Oct 2023 04:35:54 +0000 (23:35 -0500)
commit62405c7867b03730f0d278ea845855692d262d44
treea5e220ee8d106b2ea59ed23031401228c6cf25a0
parenta46e96076898d126c9f276aef1934195aac34b4e
gh-110150: Fix base case handling in quantiles() (gh-110151)
Doc/library/statistics.rst
Lib/statistics.py
Lib/test/test_statistics.py
Misc/NEWS.d/next/Library/2023-09-30-12-50-47.gh-issue-110150.9j0Ij5.rst [new file with mode: 0644]