[issue29756] Improve documentation for list methods that compare items by equality
8 Mar
2017
8 Mar
'17
3:10 p.m.
Steven D'Aprano added the comment: 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-... The library reference already notes that `remove` uses equality, but the others do not. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29756> _______________________________________
2773
Age (days ago)
2773
Last active (days ago)
0 comments
1 participants
participants (1)
-
Steven D'Aprano