Message 345437 - Python tracker

Message345437

Author Shen Han
Recipients Shen Han, pablogsal, xtreak
Date 2019-06-13.00:23:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560385385.94.0.818931024946.issue37248@roundup.psfhosted.org>
In-reply-to
Content
The 2to3 tool cannot convert the following code:
 1. `func(**{} if a else b)`
 2. `func(*[] if a else b)`

I think that problem is rooted the outdated Grammar.txt.
History
Date User Action Args
2019-06-13 00:23:05Shen Hansetrecipients: + Shen Han, pablogsal, xtreak
2019-06-13 00:23:05Shen Hansetmessageid: <1560385385.94.0.818931024946.issue37248@roundup.psfhosted.org>
2019-06-13 00:23:05Shen Hanlinkissue37248 messages
2019-06-13 00:23:05Shen Hancreate