Message 71240 - Python tracker
Message71240
| Author | andyharrington |
|---|---|
| Recipients | andyharrington, georg.brandl |
| Date | 2008-08-16.21:22:23 |
| SpamBayes Score | 0.029756313 |
| Marked as misclassified | No |
| Message-id | <1218921744.88.0.490515931091.issue3570@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
When you enter help("".find)
you get
...
such that sub is contained within s[start,end]
...
s[start, end] makes no sense. It should be s[start:end]. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-08-16 21:22:24 | andyharrington | set | recipients: + andyharrington, georg.brandl |
| 2008-08-16 21:22:24 | andyharrington | set | messageid: <1218921744.88.0.490515931091.issue3570@psf.upfronthosting.co.za> |
| 2008-08-16 21:22:24 | andyharrington | link | issue3570 messages |
| 2008-08-16 21:22:23 | andyharrington | create | |