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.

Author steven.daprano
Recipients Alexander Todorov, barry, docs@python, steven.daprano
Date 2017-03-08.15:10:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488985815.96.0.74650153271.issue29756@psf.upfronthosting.co.za>
In-reply-to
Content
To be clear, I'm referring to the docs in the tutorial:

https://docs.python.org/3.7/tutorial/datastructures.html

and the docstrings as well as the library reference:

https://docs.python.org/3.7/library/stdtypes.html#sequence-types-list-tuple-range

The library reference already notes that `remove` uses equality, but the others do not.
History
Date User Action Args
2017-03-08 15:10:16steven.dapranosetrecipients: + steven.daprano, barry, docs@python, Alexander Todorov
2017-03-08 15:10:15steven.dapranosetmessageid: <1488985815.96.0.74650153271.issue29756@psf.upfronthosting.co.za>
2017-03-08 15:10:15steven.dapranolinkissue29756 messages
2017-03-08 15:10:15steven.dapranocreate