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 madison.may
Recipients docs@python, madison.may
Date 2013-12-24.15:33:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387899195.0.0.384928731655.issue20063@psf.upfronthosting.co.za>
In-reply-to
Content
Note item 6 of http://docs.python.org/2.7/library/stdtypes.html#mutable-sequence-types is a bit misleading.  

It states: "The pop() method is only supported by the list and array types. The optional argument i defaults to -1, so that by default the last item is removed and returned."  

However, pop() is also a method of sets, which are neither lists or arrays.
History
Date User Action Args
2013-12-24 15:33:15madison.maysetrecipients: + madison.may, docs@python
2013-12-24 15:33:15madison.maysetmessageid: <1387899195.0.0.384928731655.issue20063@psf.upfronthosting.co.za>
2013-12-24 15:33:14madison.maylinkissue20063 messages
2013-12-24 15:33:14madison.maycreate