[issue24269] Few improvements to the collections documentation

2015-05-23 Thread Dmitry Kazakov
New submission from Dmitry Kazakov: 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

[issue24269] Few improvements to the collections documentation

2015-05-23 Thread Raymond Hettinger
Changes by Raymond Hettinger raymond.hettin...@gmail.com: -- assignee: docs@python - rhettinger nosy: +rhettinger ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24269 ___

[issue24269] Few improvements to the collections documentation

2015-05-23 Thread Raymond Hettinger
Raymond Hettinger added the comment: Thanks for the patch. I've applied all of it except for the expansion of code in the multiset example where I've keep the style of the itertools recipes. -- ___ Python tracker rep...@bugs.python.org

[issue24269] Few improvements to the collections documentation

2015-05-23 Thread Raymond Hettinger
Changes by Raymond Hettinger raymond.hettin...@gmail.com: -- resolution: - fixed stage: - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24269 ___

[issue24269] Few improvements to the collections documentation

2015-05-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4d92ce08de6a by Raymond Hettinger in branch 'default': Issue #24269: Minor doc fixups. https://hg.python.org/cpython/rev/4d92ce08de6a -- nosy: +python-dev ___ Python tracker rep...@bugs.python.org