[issue36774] f-strings: Add a !d conversion for ease of debugging

Eric V. Smith report at bugs.python.org
Fri May 3 07:16:10 EDT 2019


Eric V. Smith <eric at trueblade.com> added the comment:

!= would be my preference, but it can't work. f'{0!=1}' is already legal.

I'm not crazy about !!. I think that will be too confusing.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36774>
_______________________________________


More information about the Python-bugs-list mailing list