Standard sequence methods were uniformly documented in #138465, and, before this, we got rid of the confusing syntax pop([i]) in #27398. But it is still used in other sites -- in the tutorial and in the array documentation. See recent discussion https://discuss.python.org/t/a-small-typo-on-5-1-more-on-lists-section/106150/.
We should uniform the syntax of signatures in the tutorial and the array module documentation with the syntax used for standard types. And while we are here, there are also collections in the collections module which should use the same form.
Linked PRs
Standard sequence methods were uniformly documented in #138465, and, before this, we got rid of the confusing syntax
pop([i])in #27398. But it is still used in other sites -- in the tutorial and in thearraydocumentation. See recent discussion https://discuss.python.org/t/a-small-typo-on-5-1-more-on-lists-section/106150/.We should uniform the syntax of signatures in the tutorial and the
arraymodule documentation with the syntax used for standard types. And while we are here, there are also collections in thecollectionsmodule which should use the same form.Linked PRs