]> granicus.if.org Git - python/commit
bpo-36057 Update docs and tests for ordering in collections.Counter [no behavior...
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 21 Feb 2019 17:19:00 +0000 (09:19 -0800)
committerGitHub <noreply@github.com>
Thu, 21 Feb 2019 17:19:00 +0000 (09:19 -0800)
commit407c7343266eb3e5a2f5c1f4913082c84f8dd8a0
treeec7a7cf9dc5bbcd4ecdd1b92475e6953632c67fd
parent86f093f71a594dcaf21b67ba13dda72863e9bde9
bpo-36057 Update docs and tests for ordering in collections.Counter [no behavior change] (#11962)

* Add tests for Counter order.  No behavior change.

* Update docs and tests

* Fix doctest output and capitalization
Doc/library/collections.rst
Lib/collections/__init__.py
Lib/test/test_collections.py