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 stutzbach
Recipients stutzbach
Date 2010-07-09.19:06:14
SpamBayes Score 0.017900035
Marked as misclassified No
Message-id <1278702375.23.0.863463663463.issue9213@psf.upfronthosting.co.za>
In-reply-to
Content
>>> isinstance(range, collections.Sequence)
True
>>> [method for method in set(dir(collections.Sequence)) - set(dir(range(1))) if not method.startswith('_')]
['index', 'count']
History
Date User Action Args
2010-07-09 19:06:15stutzbachsetrecipients: + stutzbach
2010-07-09 19:06:15stutzbachsetmessageid: <1278702375.23.0.863463663463.issue9213@psf.upfronthosting.co.za>
2010-07-09 19:06:14stutzbachlinkissue9213 messages
2010-07-09 19:06:14stutzbachcreate