[Python-checkins] cpython (3.5): NEWS message for issue #26977.

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


https://hg.python.org/cpython/rev/87130512ef34
changeset:   101295:87130512ef34
branch:      3.5
parent:      101293:6f27dbc55f10
user:        Steven D'Aprano <steve+python at pearwood.info>
date:        Wed May 11 12:41:19 2016 +1000
summary:
  NEWS message 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
@@ -118,6 +118,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