Message267858
| Author | Drekin |
|---|---|
| Recipients | Drekin |
| Date | 2016-06-08.14:34:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1465396464.66.0.148764915141.issue27268@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
>>> float('foo')
ValueError: could not convert string to float: 'foo'
>>> float('')
ValueError: could not convert string to float:
should be
ValueError: could not convert string to float: ''
The message comes from Objects/floatobject.c:183 but I don't understand how the empty string gets discarded. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-06-08 14:34:24 | Drekin | set | recipients: + Drekin |
| 2016-06-08 14:34:24 | Drekin | set | messageid: <1465396464.66.0.148764915141.issue27268@psf.upfronthosting.co.za> |
| 2016-06-08 14:34:24 | Drekin | link | issue27268 messages |
| 2016-06-08 14:34:24 | Drekin | create | |