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 eric.smith
Recipients docs@python, eimista, eric.smith
Date 2015-05-29.11:56:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432900593.62.0.00634651308602.issue24323@psf.upfronthosting.co.za>
In-reply-to
Content
It's trying to say that "i" is optional, as stated in the footnote. I agree it would be better written as "s.pop(i)", since square brackets are otherwise used in that section as indexing operators. But the footnote should stay, explaining what happens if you omit the parameter.
History
Date User Action Args
2015-05-29 11:56:33eric.smithsetrecipients: + eric.smith, docs@python, eimista
2015-05-29 11:56:33eric.smithsetmessageid: <1432900593.62.0.00634651308602.issue24323@psf.upfronthosting.co.za>
2015-05-29 11:56:33eric.smithlinkissue24323 messages
2015-05-29 11:56:33eric.smithcreate