Message312567
Stating that "this is a feature not a bug" does not make it so. This breaks existing code and reduces the capabilities of the `ast` module. For example, how does one get the location of the docstring now? From a syntactic point of view. def foo(): "help" and def foo(): b'"help" barely differ. The S in AST stands for Syntax not Semantics. | |
| Date | User | Action | Args | | 2018-02-22 14:14:24 | Mark.Shannon | set | recipients: + Mark.Shannon, georg.brandl, rhettinger, vstinner, benjamin.peterson, methane, serhiy.storchaka | | 2018-02-22 14:14:24 | Mark.Shannon | set | messageid: <1519308864.25.0.467229070634.issue32911@psf.upfronthosting.co.za> | | 2018-02-22 14:14:24 | Mark.Shannon | link | issue32911 messages | | 2018-02-22 14:14:24 | Mark.Shannon | create | | |