]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45876: Correctly rounded stdev() and pstdev() for the Decimal case (GH-29828)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Wed, 1 Dec 2021 00:20:08 +0000 (18:20 -0600)
committerGitHub <noreply@github.com>
Wed, 1 Dec 2021 00:20:08 +0000 (18:20 -0600)
commita39f46afdead515e7ac3722464b5ee8d7b0b2c9b
treed6f13232e73c75e9f8514411930add6a531b5ea6
parent8a45ca542a65ea27e7acaa44a4c833a27830e796
bpo-45876:  Correctly rounded stdev() and pstdev() for the Decimal case (GH-29828)
Lib/statistics.py
Lib/test/test_statistics.py