From: Steven D'Aprano Date: Wed, 11 May 2016 02:41:19 +0000 (+1000) Subject: NEWS message for issue #26977. X-Git-Tag: v3.6.0a1~45^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3414e4a34ffc14a57e717a445b8ca5dcd00208cf;p=thirdparty%2FPython%2Fcpython.git NEWS message for issue #26977. --- diff --git a/Misc/NEWS b/Misc/NEWS index d41910a92f38..667f6e2cc785 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