[issue29772] Unintentionally deleted line on library/collections.rst

New submission from Kinebuchi Tomohiko: The last part of "Counter objects" section has a strange line: "in Smalltalk." https://docs.python.org/2.7/library/collections.html#counter-objects The line just before "in Smalltalk" might be deleted by accident. Related issue is bpo-25910 [1]_ and the applied patch is this [2]_, although an intended patch might looks like this [3]_. .. [1] http://bugs.python.org/issue25910 .. [2] https://hg.python.org/cpython/rev/14e00e7e4d51#l15.7 patch for the 2.7 branch .. [3] https://hg.python.org/cpython/rev/ce5ef48b5140#l21.7 patch for the 3.5 branch I will create a pull request. ---------- assignee: docs@python components: Documentation messages: 289300 nosy: cocoatomo, docs@python priority: normal severity: normal status: open title: Unintentionally deleted line on library/collections.rst versions: Python 2.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29772> _______________________________________

Changes by Roundup Robot <devnull@psf.upfronthosting.co.za>: ---------- pull_requests: +478 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29772> _______________________________________

Changes by Serhiy Storchaka <storchaka+cpython@gmail.com>: ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29772> _______________________________________

Raymond Hettinger added the comment: Nice catch. ---------- nosy: +rhettinger resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29772> _______________________________________

Raymond Hettinger added the comment: New changeset 309fb90f6895c47e7b41df3d739db45e8ec136c9 by Raymond Hettinger (cocoatomo) in branch '2.7': Insert the line which should not have been deleted (#581) https://github.com/python/cpython/commit/309fb90f6895c47e7b41df3d739db45e8ec... ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29772> _______________________________________
participants (4)
-
Kinebuchi Tomohiko
-
Raymond Hettinger
-
Roundup Robot
-
Serhiy Storchaka