[issue28307] Accelerate 'string' % (value, ...) by using formatted string literals

Serhiy Storchaka report at bugs.python.org
Mon Dec 25 19:07:35 EST 2017


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

PR 5012 implements transformation simple format strings containing only %s, %r and %a into f-strings.

----------

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


More information about the Python-bugs-list mailing list