summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteven D'Aprano <steve+python@pearwood.info>2016-05-11 02:41:19 (GMT)
committerSteven D'Aprano <steve+python@pearwood.info>2016-05-11 02:41:19 (GMT)
commit3414e4a34ffc14a57e717a445b8ca5dcd00208cf (patch)
tree5f1caf896db3c53f06ee93f2553e14e707cb3c6c /Misc
parentbc62aae923fc430f8da21534bfe6b88d67b1c587 (diff)
downloadcpython-3414e4a34ffc14a57e717a445b8ca5dcd00208cf.zip
cpython-3414e4a34ffc14a57e717a445b8ca5dcd00208cf.tar.gz
cpython-3414e4a34ffc14a57e717a445b8ca5dcd00208cf.tar.bz2
NEWS message for issue #26977.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d41910a..667f6e2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -118,6 +118,9 @@ Library
- Issue #25745: Fixed leaking a userptr in curses panel destructor.
+- Issue #26977: Removed unnecessary, and ignored, call to sum of squares helper
+ in statistics.pvariance.
+
- Issue #26881: The modulefinder module now supports extended opcode arguments.
- Issue #23815: Fixed crashes related to directly created instances of types in