Message315431
| Author | steven.daprano |
|---|---|
| Recipients | steven.daprano |
| Date | 2018-04-18.01:47:11 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1524016031.89.0.682650639539.issue33305@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The Python 2.x syntax for octal integers is a syntax error in 3.x, but the error message is very uninformative: SyntaxError: invalid token Can this be improved? Perhaps to something like: invalid token, use 0o prefix for octal integers (see also #33304) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-04-18 01:47:11 | steven.daprano | set | recipients: + steven.daprano |
| 2018-04-18 01:47:11 | steven.daprano | set | messageid: <1524016031.89.0.682650639539.issue33305@psf.upfronthosting.co.za> |
| 2018-04-18 01:47:11 | steven.daprano | link | issue33305 messages |
| 2018-04-18 01:47:11 | steven.daprano | create | |