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 eimista
Recipients docs@python, eimista
Date 2015-05-29.10:44:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432896257.15.0.948443934491.issue24323@psf.upfronthosting.co.za>
In-reply-to
Content
In section (https://docs.python.org/3.5/library/stdtypes.html#mutable-sequence-types) written "s.pop([i])". But this syntax doesn't work.
Maybe the correct notation will be "s.pop(i)"?
History
Date User Action Args
2015-05-29 10:44:17eimistasetrecipients: + eimista, docs@python
2015-05-29 10:44:17eimistasetmessageid: <1432896257.15.0.948443934491.issue24323@psf.upfronthosting.co.za>
2015-05-29 10:44:17eimistalinkissue24323 messages
2015-05-29 10:44:16eimistacreate