This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Typo in collections.abc docs
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: dlatornell, docs@python, eli.bendersky, python-dev, rhettinger
Priority: high Keywords: patch

Created on 2011-03-21 17:33 by dlatornell, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
collections.abc-docs.patch dlatornell, 2011-03-21 17:34 review
Messages (4)
msg131678 - (view) Author: Doug Latornell (dlatornell) Date: 2011-03-21 17:34
There is a minor type in note (1) regarding use of Set and MutableSet mixins. The method to be overridden when a special constructor signature is required should be _from_iterator, not from_iterator.
msg131679 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2011-03-21 17:37
Thanks for noticing this.
msg131752 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-03-22 16:09
New changeset a56cd7aeac5e by Raymond Hettinger in branch '2.7':
Issue #11625: Fix Typo
http://hg.python.org/cpython/rev/a56cd7aeac5e
msg131753 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-03-22 16:19
New changeset 3aec82018a18 by Raymond Hettinger in branch '3.1':
Issue #11625: Fix Typo
http://hg.python.org/cpython/rev/3aec82018a18

New changeset 461e5c60fbdf by Raymond Hettinger in branch '3.2':
Issue #11625: Fix Typo
http://hg.python.org/cpython/rev/461e5c60fbdf

New changeset 8b633c55ac7a by Raymond Hettinger in branch 'default':
Issue #11625: Fix Typo
http://hg.python.org/cpython/rev/8b633c55ac7a
History
Date User Action Args
2022-04-11 14:57:15adminsetgithub: 55834
2011-03-22 16:22:22rhettingersetstatus: open -> closed
nosy: rhettinger, eli.bendersky, docs@python, python-dev, dlatornell
resolution: fixed
2011-03-22 16:19:14python-devsetnosy: rhettinger, eli.bendersky, docs@python, python-dev, dlatornell
messages: + msg131753
2011-03-22 16:09:30python-devsetnosy: + python-dev
messages: + msg131752
2011-03-22 09:08:47eli.benderskysetnosy: + eli.bendersky
2011-03-21 17:37:44rhettingersetpriority: normal -> high
nosy: + rhettinger
messages: + msg131679

2011-03-21 17:34:35dlatornellsetfiles: + collections.abc-docs.patch
nosy: docs@python, dlatornell
keywords: + patch
2011-03-21 17:34:14dlatornellsetnosy: docs@python, dlatornell
messages: + msg131678
2011-03-21 17:33:44dlatornellcreate