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 josiahcarlson
Recipients
Date 2007-04-09.16:24:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Adding an .index method to tuples suggests that a tuple is more or less an immutable list.  This is not the case.  Typically tuples are used to hold disparate pieces of information of different semantics and types, where as a list typically contains a list of a single type with identical meaning.  For examples we merely need to look at the outputs of str.partition and str.split .

Suggested close.
History
Date User Action Args
2007-08-23 15:57:56adminlinkissue1696444 messages
2007-08-23 15:57:56admincreate