summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSteven D'Aprano <steve+python@pearwood.info>2016-05-11 02:46:40 (GMT)
committerSteven D'Aprano <steve+python@pearwood.info>2016-05-11 02:46:40 (GMT)
commit6494449a98e3de829111afa591b4b97fba52a0fd (patch)
treeb68fb09784769a9c80e29c6294592f8fef8f3efc /Misc/NEWS
parent0218127b767adc5fac55c577b848b3a85e8b005b (diff)
parent3414e4a34ffc14a57e717a445b8ca5dcd00208cf (diff)
downloadcpython-6494449a98e3de829111afa591b4b97fba52a0fd.zip
cpython-6494449a98e3de829111afa591b4b97fba52a0fd.tar.gz
cpython-6494449a98e3de829111afa591b4b97fba52a0fd.tar.bz2
Merge NEWS update from 3.5 for issue #26977.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 07d36ec..cc06868 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -272,6 +272,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