diff options
author | Steven D'Aprano <steve@pearwood.info> | 2016-10-04 16:24:45 (GMT) |
---|---|---|
committer | Steven D'Aprano <steve@pearwood.info> | 2016-10-04 16:24:45 (GMT) |
commit | fae2829c7a3bd3ac1b2e57c1bc3894ce459af0e1 (patch) | |
tree | decbc228cd60d473ad5ea58ad24574c7e4588c4b /Misc | |
parent | d3dbba41744dd223f9367882c9e2e65a0c56138e (diff) | |
download | cpython-fae2829c7a3bd3ac1b2e57c1bc3894ce459af0e1.zip cpython-fae2829c7a3bd3ac1b2e57c1bc3894ce459af0e1.tar.gz cpython-fae2829c7a3bd3ac1b2e57c1bc3894ce459af0e1.tar.bz2 |
Issue #27181 remove geometric_mean and defer for 3.7.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -50,6 +50,8 @@ Core and Builtins Library ------- +- Issue #27181 remove statistics.geometric_mean and defer until 3.7. + - Issue #28229: lzma module now supports pathlib. - Issue #28321: Fixed writing non-BMP characters with binary format in plistlib. |