Message334068
| Author | Anthony Sottile |
|---|---|
| Recipients | Anthony Sottile, gvanrossum, levkivskyi |
| Date | 2019-01-19.21:15:42 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1547932542.37.0.129482936163.issue35766@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Seems also related to https://bugs.python.org/issue24119 with python2 / python3.5 (hopefully) rapidly falling off in usage I would assume the specialized treatment of `# type: ...` comments would become less and less necessary Though I guess there's still `# type: ignore`, though if I recall correctly ignores are bubbled up to the module level and are applied on a line-by-line basis and wouldn't necessarily need specialized AST treatment (though a second parse over the token stream is a bit unfortunate) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-01-19 21:15:44 | Anthony Sottile | set | recipients: + Anthony Sottile, gvanrossum, levkivskyi |
| 2019-01-19 21:15:42 | Anthony Sottile | set | messageid: <1547932542.37.0.129482936163.issue35766@roundup.psfhosted.org> |
| 2019-01-19 21:15:42 | Anthony Sottile | link | issue35766 messages |
| 2019-01-19 21:15:42 | Anthony Sottile | create | |