This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients eric.smith, mbussonn, pablogsal
Date 2019-05-22.16:22:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558542151.76.0.166274032308.issue37003@roundup.psfhosted.org>
In-reply-to
Content
Notice that test_tools will fail if  f'{x=}' becomes f'x={x!r}' when unparsed as it compares the text of the file and the text of the roundtrip of the ast of the file
History
Date User Action Args
2019-05-22 16:22:31pablogsalsetrecipients: + pablogsal, eric.smith, mbussonn
2019-05-22 16:22:31pablogsalsetmessageid: <1558542151.76.0.166274032308.issue37003@roundup.psfhosted.org>
2019-05-22 16:22:31pablogsallinkissue37003 messages
2019-05-22 16:22:31pablogsalcreate