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, yselivanov
Date 2015-05-29.14:42:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432910543.0.0.457400123887.issue24323@psf.upfronthosting.co.za>
In-reply-to
Content
s.pop(i=-1) doesn't actually work, but I guess it gets the point across.

For 2.7 it's even more confusing, since it includes:
s.index(x[, i[, j]])
and
s.sort([cmp[, key[, reverse]]])

I'd suggest not changing the 2.7 docs.
History
Date User Action Args
2015-05-29 14:42:23eric.smithsetrecipients: + eric.smith, docs@python, yselivanov, eimista
2015-05-29 14:42:23eric.smithsetmessageid: <1432910543.0.0.457400123887.issue24323@psf.upfronthosting.co.za>
2015-05-29 14:42:22eric.smithlinkissue24323 messages
2015-05-29 14:42:22eric.smithcreate