summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <rhettinger@users.noreply.github.com>2021-09-09 03:00:12 (GMT)
committerGitHub <noreply@github.com>2021-09-09 03:00:12 (GMT)
commit4a5cccb02bb2254634c0fbb2cbb14e2e7f45e2d5 (patch)
treeca1e8d10bb8fb3da38984968d017a17a4207ae6d /Misc
parentf235dd0784b92824565c4a4e72adc70fa3eab68f (diff)
downloadcpython-4a5cccb02bb2254634c0fbb2cbb14e2e7f45e2d5.zip
cpython-4a5cccb02bb2254634c0fbb2cbb14e2e7f45e2d5.tar.gz
cpython-4a5cccb02bb2254634c0fbb2cbb14e2e7f45e2d5.tar.bz2
bpo-20499: Rounding error in statistics.pvariance (GH-28230)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-09-08-01-19-31.bpo-20499.tSxx8Y.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-09-08-01-19-31.bpo-20499.tSxx8Y.rst b/Misc/NEWS.d/next/Library/2021-09-08-01-19-31.bpo-20499.tSxx8Y.rst
new file mode 100644
index 0000000..cbbe61a
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-09-08-01-19-31.bpo-20499.tSxx8Y.rst
@@ -0,0 +1 @@
+Improve the speed and accuracy of statistics.pvariance().