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 Arfrever, eric.smith, martin.panter, python-dev
Date 2015-09-22.15:34:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442936050.6.0.795697651842.issue25206@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the feedback.

On the 
f"{expr3!s}" → format(str(expr3))
issue, I'm trying to show the 1 argument version of format (which is what the code generator actually calls). Although I realize that's not a great example, since the string conversion is implicit in format(). Maybe I'll have the !r example be the 1 argument format() call.

I'll fix the exceptions, eventually. But I don't want the PEP to become a exact specification of what the exception text will actually be.

On this one:
f'x={!x}'
I'll probably change it to be an error with the empty expression, not with the invalid conversion character.
History
Date User Action Args
2015-09-22 15:34:10eric.smithsetrecipients: + eric.smith, Arfrever, python-dev, martin.panter
2015-09-22 15:34:10eric.smithsetmessageid: <1442936050.6.0.795697651842.issue25206@psf.upfronthosting.co.za>
2015-09-22 15:34:10eric.smithlinkissue25206 messages
2015-09-22 15:34:10eric.smithcreate