Message 116117 - Python tracker

Message116117

Author eric.araujo
Recipients docs@python, eric.araujo, stutzbach
Date 2010-09-11.19:14:33
SpamBayes Score 0.010133677
Marked as misclassified No
Message-id <1284232475.41.0.772298602375.issue9746@psf.upfronthosting.co.za>
In-reply-to
Content
For the person wanting to make a patch: Beware that the abstract collections.Sequence.index method does not support the start and stop arguments, even though concrete methods may (list.index, tuple.index and str.index for example).
History
Date User Action Args
2010-09-11 19:14:35eric.araujosetrecipients: + eric.araujo, stutzbach, docs@python
2010-09-11 19:14:35eric.araujosetmessageid: <1284232475.41.0.772298602375.issue9746@psf.upfronthosting.co.za>
2010-09-11 19:14:33eric.araujolinkissue9746 messages
2010-09-11 19:14:33eric.araujocreate