This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ian Foote
Recipients Ian Foote
Date 2016-05-08.11:56:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462708569.69.0.176390210867.issue26977@psf.upfronthosting.co.za>
In-reply-to
Content
In statistics.pvariance, the sum of squares helper function (_ss) is called twice and the first return value is unused: https://github.com/python/cpython/blob/9043c80b0daaddb5bff1e37432d503910506727f/Lib/statistics.py#L596
History
Date User Action Args
2016-05-08 11:56:09Ian Footesetrecipients: + Ian Foote
2016-05-08 11:56:09Ian Footesetmessageid: <1462708569.69.0.176390210867.issue26977@psf.upfronthosting.co.za>
2016-05-08 11:56:09Ian Footelinkissue26977 messages
2016-05-08 11:56:09Ian Footecreate