Message123261
| Author | ncoghlan |
|---|---|
| Recipients | BreamoreBoy, amaury.forgeotdarc, belopolsky, facundobatista, georg.brandl, mark.dickinson, ncoghlan, pitrou, rhettinger, stutzbach |
| Date | 2010-12-03.16:42:13 |
| SpamBayes Score | 0.04730194 |
| Marked as misclassified | No |
| Message-id | <1291394539.71.0.852044242356.issue2690@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Daniel Stutzbach pointed out that range() is also mentioned under: http://docs.python.org/dev/library/stdtypes.html#sequence-types-str-bytes-bytearray-list-tuple-range The descriptions of range's limitations there is no longer accurate (slicing is supported following this patch and containment testing is now efficient) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-12-03 16:42:20 | ncoghlan | set | recipients: + ncoghlan, georg.brandl, rhettinger, facundobatista, amaury.forgeotdarc, mark.dickinson, belopolsky, pitrou, stutzbach, BreamoreBoy |
| 2010-12-03 16:42:19 | ncoghlan | set | messageid: <1291394539.71.0.852044242356.issue2690@psf.upfronthosting.co.za> |
| 2010-12-03 16:42:13 | ncoghlan | link | issue2690 messages |
| 2010-12-03 16:42:13 | ncoghlan | create | |