[Python-checkins] cpython (merge 3.5 -> default): Merge NEWS update from 3.5 for issue #26977.

steven.daprano python-checkins at python.org
Tue May 10 23:01:56 EDT 2016


https://hg.python.org/cpython/rev/39faad3cd626
changeset:   101296:39faad3cd626
parent:      101294:3c75707045f5
parent:      101295:87130512ef34
user:        Steven D'Aprano <steve+python at pearwood.info>
date:        Wed May 11 12:46:40 2016 +1000
summary:
  Merge NEWS update from 3.5 for issue #26977.

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -272,6 +272,9 @@
 
 - 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list