New submission from Gregory P. Smith <g...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue38693>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to