This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients akash0x53, xtreak
Date 2019-03-09.07:20:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552116041.81.0.931656361844.issue36249@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-03-09 07:20:41xtreaksetrecipients: + xtreak, akash0x53
2019-03-09 07:20:41xtreaksetmessageid: <1552116041.81.0.931656361844.issue36249@roundup.psfhosted.org>
2019-03-09 07:20:41xtreaklinkissue36249 messages
2019-03-09 07:20:41xtreakcreate