Message109784
| 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:15 | stutzbach | set | recipients: + stutzbach |
| 2010-07-09 19:06:15 | stutzbach | set | messageid: <1278702375.23.0.863463663463.issue9213@psf.upfronthosting.co.za> |
| 2010-07-09 19:06:14 | stutzbach | link | issue9213 messages |
| 2010-07-09 19:06:14 | stutzbach | create | |