Message362224
I wrote some AST analyzers, and this would have simplified my code. So I welcome it. :-)
However, it means people might be tempted to write
a[b:c, d] as a[(b:c, d)]
(or at least expect it to work -- same as `a[b, c]` can now be written as `a[(b, c)]`). We aren't going to allow this? |
|
Date |
User |
Action |
Args |
2020-02-18 16:13:04 | veky | set | recipients:
+ veky, brett.cannon, nascheme, ncoghlan, benjamin.peterson, serhiy.storchaka, pablogsal, thautwarm, BTaskaya |
2020-02-18 16:13:04 | veky | set | messageid: <1582042384.45.0.58890653474.issue34822@roundup.psfhosted.org> |
2020-02-18 16:13:04 | veky | link | issue34822 messages |
2020-02-18 16:13:04 | veky | create | |
|