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 steven.daprano
Recipients ElianMariano, steven.daprano
Date 2020-11-22.20:25:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606076723.27.0.756507708255.issue42439@roundup.psfhosted.org>
In-reply-to
Content
Why do you care what the implementation of the private methods are? Does it make them faster or fix a bug? How is it "convenient" to change the implementation to ternary if?

Without some better justification, this strikes me as just code churn for no benefit, but the risk of breaking things. For example, you changed the result from a tuple to a list.

Will this break anything? I don't know, but it will take time to find out, and with no obvious benefit to the change, spending that time to find out if this is a safe change is effort for no visible benefit.
History
Date User Action Args
2020-11-22 20:25:23steven.dapranosetrecipients: + steven.daprano, ElianMariano
2020-11-22 20:25:23steven.dapranosetmessageid: <1606076723.27.0.756507708255.issue42439@roundup.psfhosted.org>
2020-11-22 20:25:23steven.dapranolinkissue42439 messages
2020-11-22 20:25:23steven.dapranocreate