Issue 29772: Unintentionally deleted line on library/collections.rst (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/73958

classification

Title: Unintentionally deleted line on library/collections.rst
Type: Stage: resolved
Components: Documentation Versions: Python 2.7

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: cocoatomo, docs@python, rhettinger, serhiy.storchaka
Priority: normal Keywords:

Created on 2017-03-09 14:44 by cocoatomo, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 581 merged python-dev,2017-03-09 15:22
Messages (3)
msg289300 - (view) Author: Tomohiko Kinebuchi (cocoatomo) * Date: 2017-03-09 14:44
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.
msg289303 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2017-03-09 15:56
Nice catch.
msg290248 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2017-03-24 22:38
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/309fb90f6895c47e7b41df3d739db45e8ec136c9
History
Date User Action Args
2022-04-11 14:58:44 admin set github: 73958
2017-03-24 22:38:11 rhettinger set messages: +
2017-03-09 15:56:01 rhettinger set status: open -> closednosy: + rhettingermessages: + resolution: fixedstage: resolved
2017-03-09 15:37:00 serhiy.storchaka set nosy: + serhiy.storchaka
2017-03-09 15:22:27 python-dev set pull_requests: + <pull%5Frequest478>
2017-03-09 14:44:56 cocoatomo create