Message242485
| Author | brett.cannon |
|---|---|
| Recipients | brett.cannon |
| Date | 2015-05-03.15:21:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1430666470.75.0.339272692521.issue24119@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
One thing about https://www.python.org/dev/peps/pep-0484/ is that it makes comments potentially semantically meaningful. Unfortunately the AST doesn't carry comments with it in any way, making it difficult to build a tool to implement a linter for PEP 484 using purely the ast module. Even if comments were carried along side-band and could do correlation by line number would be useful in this scenario. I thought an issue had previously existed for this topic but I could find it. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-05-03 15:21:10 | brett.cannon | set | recipients: + brett.cannon |
| 2015-05-03 15:21:10 | brett.cannon | set | messageid: <1430666470.75.0.339272692521.issue24119@psf.upfronthosting.co.za> |
| 2015-05-03 15:21:10 | brett.cannon | link | issue24119 messages |
| 2015-05-03 15:21:10 | brett.cannon | create | |