Message316681
| Author | r.david.murray |
|---|---|
| Recipients | barry, r.david.murray, rad164 |
| Date | 2018-05-15.17:04:08 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1526403848.5.0.682650639539.issue33524@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Oh, interesting. I could argue that that's a missing feature in Python's slice handling. The value of text_space at that point is '+inf', and I obviously incorrectly assumed that slicing would treat that as if it were [:]. The counter argument, of course, is that inf is a float not an integer. I suppose we'll have to use sys.maxsize instead. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-15 17:04:08 | r.david.murray | set | recipients: + r.david.murray, barry, rad164 |
| 2018-05-15 17:04:08 | r.david.murray | set | messageid: <1526403848.5.0.682650639539.issue33524@psf.upfronthosting.co.za> |
| 2018-05-15 17:04:08 | r.david.murray | link | issue33524 messages |
| 2018-05-15 17:04:08 | r.david.murray | create | |