]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35892: Fix mode() and add multimode() (#12089)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Tue, 12 Mar 2019 07:43:27 +0000 (00:43 -0700)
committerGitHub <noreply@github.com>
Tue, 12 Mar 2019 07:43:27 +0000 (00:43 -0700)
commitfc06a192fdc44225ef1cc879f615a81931ad0a85
tree3a6eb28aac5ebf320cb665fa53a9a08cf75fbcc0
parent3e936431e23b424b1e4665e8165c245924f0ab02
bpo-35892: Fix mode() and add multimode() (#12089)
Doc/library/statistics.rst
Doc/whatsnew/3.8.rst
Lib/statistics.py
Lib/test/test_statistics.py