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 loewis
Recipients
Date 2007-04-14.07:42:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch is not acceptable in its current form, because it does not include test suite and documentation changes.

Furthermore, as the objective seems to be consistency across collections, I would say that the patch should either add both count and index, or none at all. Even with that added, the collections would still not behave consistently: strings have many more linear-search methods (.rindex, .find, .rfind).
History
Date User Action Args
2007-08-23 15:57:56adminlinkissue1696444 messages
2007-08-23 15:57:56admincreate