[New-bugs-announce] [issue38693] Use f-strings instead of str.format within importlib

Gregory P. Smith report at bugs.python.org
Tue Nov 5 01:20:17 EST 2019


New submission from Gregory P. Smith <greg at krypto.org>:

importlib is full of str.format calls, modernizing it to use f-strings is a slight performance win and much more readable.

----------
assignee: gregory.p.smith
messages: 356005
nosy: gregory.p.smith
priority: normal
severity: normal
status: open
title: Use f-strings instead of str.format within importlib
type: performance
versions: Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list