diff options
author | Steven D'Aprano <steve+python@pearwood.info> | 2016-05-11 02:41:19 (GMT) |
---|---|---|
committer | Steven D'Aprano <steve+python@pearwood.info> | 2016-05-11 02:41:19 (GMT) |
commit | 3414e4a34ffc14a57e717a445b8ca5dcd00208cf (patch) | |
tree | 5f1caf896db3c53f06ee93f2553e14e707cb3c6c /Misc | |
parent | bc62aae923fc430f8da21534bfe6b88d67b1c587 (diff) | |
download | cpython-3414e4a34ffc14a57e717a445b8ca5dcd00208cf.zip cpython-3414e4a34ffc14a57e717a445b8ca5dcd00208cf.tar.gz cpython-3414e4a34ffc14a57e717a445b8ca5dcd00208cf.tar.bz2 |
NEWS message for issue #26977.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |