]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Minor code rearrangement to group related methods together. (GH-30813)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 23 Jan 2022 00:47:22 +0000 (18:47 -0600)
committerGitHub <noreply@github.com>
Sun, 23 Jan 2022 00:47:22 +0000 (18:47 -0600)
commitbcacab47bf9e8bee58f6f248638e229ae8ea7992
tree71179d7e489fad1174caebe7468760d4598a4da7
parenta1444f43584af0f7a0af72aa06ba0a86ae5a87a2
Minor code rearrangement to group related methods together. (GH-30813)

* Make example more focused with math.prod()
* Move comparison tests to the multiset operations section
Lib/collections/__init__.py