Message243909
collections.Counter: Formatted the code in the "See also" section.
collections.deque.remove: "Removed the first occurrence of value." -> "Remove ..."
collections.deque.index (a followup from issue23704):
Changed [, end] to [, stop] in the signature, because the implementation and the docstring of deque.index use 'stop'. Also, adapted the brief explanation from the Common Sequence Operations table.
https://docs.python.org/3/library/stdtypes.html#common-sequence-operations |
|
Date |
User |
Action |
Args |
2015-05-23 11:23:23 | vaultah | set | recipients:
+ vaultah, docs@python |
2015-05-23 11:23:23 | vaultah | set | messageid: <1432380203.09.0.901272885626.issue24269@psf.upfronthosting.co.za> |
2015-05-23 11:23:22 | vaultah | link | issue24269 messages |
2015-05-23 11:23:22 | vaultah | create | |
|