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

2017-03-24 Thread Raymond Hettinger
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/309fb90f6895c47e7b41df3d739db45e8ec136c9 --

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

2017-03-09 Thread Raymond Hettinger
Raymond Hettinger added the comment: Nice catch. -- nosy: +rhettinger resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

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

2017-03-09 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

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

2017-03-09 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +478 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

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

2017-03-09 Thread Kinebuchi Tomohiko
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 a