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 mkesper
Recipients georg.brandl, mkesper
Date 2009-07-17.13:14:34
SpamBayes Score 0.14216831
Marked as misclassified No
Message-id <1247836476.38.0.640968840899.issue6503@psf.upfronthosting.co.za>
In-reply-to
Content
In http://docs.python.org/library/stdtypes.html#mutable-sequence-types
s.pop([i]) is listed. Correct would be:
s.pop(i)
History
Date User Action Args
2009-07-17 13:14:36mkespersetrecipients: + mkesper, georg.brandl
2009-07-17 13:14:36mkespersetmessageid: <1247836476.38.0.640968840899.issue6503@psf.upfronthosting.co.za>
2009-07-17 13:14:35mkesperlinkissue6503 messages
2009-07-17 13:14:35mkespercreate