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 eric.smith
Recipients eric.smith, hawkowl, mark.dickinson, mbussonn
Date 2019-05-14.23:12:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557875573.6.0.220917300778.issue36911@roundup.psfhosted.org>
In-reply-to
Content
I agree with Mark: the string is being correctly interpreted by the AST parser, per Python's tokenizer rules.

You might want to look at lib2to3, which I think is also used by black. It's also possible that mypy or another static analyzer would be using some library you can leverage.
History
Date User Action Args
2019-05-14 23:12:53eric.smithsetrecipients: + eric.smith, mark.dickinson, mbussonn, hawkowl
2019-05-14 23:12:53eric.smithsetmessageid: <1557875573.6.0.220917300778.issue36911@roundup.psfhosted.org>
2019-05-14 23:12:53eric.smithlinkissue36911 messages
2019-05-14 23:12:53eric.smithcreate