summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven D'Aprano <steve+python@pearwood.info>2016-05-11 12:46:40 +1000
committerSteven D'Aprano <steve+python@pearwood.info>2016-05-11 12:46:40 +1000
commit6494449a98e3de829111afa591b4b97fba52a0fd (patch)
treeb68fb09784769a9c80e29c6294592f8fef8f3efc
parent0218127b767adc5fac55c577b848b3a85e8b005b (diff)
parent3414e4a34ffc14a57e717a445b8ca5dcd00208cf (diff)
downloadcpython-git-6494449a98e3de829111afa591b4b97fba52a0fd.tar.gz
Merge NEWS update from 3.5 for issue #26977.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 07d36ec51d..cc0686850d 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