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 s7v7nislands
Recipients georg.brandl, s7v7nislands
Date 2009-09-10.06:46:21
SpamBayes Score 1.1071264e-05
Marked as misclassified No
Message-id <1252565184.5.0.887138864217.issue6874@psf.upfronthosting.co.za>
In-reply-to
Content
In document 6.6.4. Mutable Sequence Types says:
The following operations are defined on mutable sequence types:
s.count(x) 	return number of i‘s for which s[i] == x 	 
s.index(x[, i[, j]]) 	return smallest k such that s[k] == x and i <= k
< j 	(4)

here, s.count() and s.index() maybe should in immutable sequence types
operations list.
History
Date User Action Args
2009-09-10 06:46:24s7v7nislandssetrecipients: + s7v7nislands, georg.brandl
2009-09-10 06:46:24s7v7nislandssetmessageid: <1252565184.5.0.887138864217.issue6874@psf.upfronthosting.co.za>
2009-09-10 06:46:22s7v7nislandslinkissue6874 messages
2009-09-10 06:46:22s7v7nislandscreate