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 barry, eric.smith, martin.panter, ned.deily, python-dev, serhiy.storchaka
Date 2016-09-07.17:07:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473268046.26.0.842899576741.issue27921@psf.upfronthosting.co.za>
In-reply-to
Content
The problem with test_unparse is that:
f'''{"'"}'''
becomes:
f'{"\'"}'
when it's run through Tools/parser/unparse.py.

I'll open another issue for this.
History
Date User Action Args
2016-09-07 17:07:26eric.smithsetrecipients: + eric.smith, barry, ned.deily, python-dev, martin.panter, serhiy.storchaka
2016-09-07 17:07:26eric.smithsetmessageid: <1473268046.26.0.842899576741.issue27921@psf.upfronthosting.co.za>
2016-09-07 17:07:26eric.smithlinkissue27921 messages
2016-09-07 17:07:26eric.smithcreate