]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45852: Fix the Counter/iter test for statistics.mode() (GH-29667)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sat, 20 Nov 2021 17:01:09 +0000 (11:01 -0600)
committerGitHub <noreply@github.com>
Sat, 20 Nov 2021 17:01:09 +0000 (11:01 -0600)
commit48744db70ed519c1566c22bf123a0e1f5c69253f
treec791d37bd6120ab9a069cfdcbc7295e9e758336e
parentee49484c0f0d0d79e8fc40835da10b78f89ae503
bpo-45852:  Fix the Counter/iter test for statistics.mode() (GH-29667)

Suggested by Stefan Pochmann.
Lib/test/test_statistics.py