[issue36249] f-string should be the default placeholder

Karthikeyan Singaravelan report at bugs.python.org
Sat Mar 9 02:20:41 EST 2019


Karthikeyan Singaravelan <tir.karthi at gmail.com> added the comment:

New code might use f-strings as needed but refactoring old code just for f-strings could result in large change that pollutes git history. Generally large refactorings like this are rejected like making all code PEP 8 compatible is another example. If there is a case by case basis with adequate benchmark and reason then it might have a chance to be accepted by the module author.

Thanks

----------
nosy: +xtreak

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


More information about the Python-bugs-list mailing list