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 vinay.sajip
Recipients Solomon Ucko, vinay.sajip
Date 2018-12-24.16:11:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545667907.45.0.712150888896.issue35572@roundup.psfhosted.org>
In-reply-to
Content
I don't believe there is enough value in this to do it. From PEP 8:

"Some other good reasons to ignore a particular guideline:

...
Because the code in question predates the introduction of the guideline and there is no other reason to be modifying that code.
...
"

That applies to both snake_casing (no functional improvement) and the basicConfig change (no worthwhile functional improvement; documentation covers, or should cover, the actual keyword arguments; it's not clear in what context improved inspection capabilities would be particularly helpful for basicConfig. It's not as if this is the only usage of **kwargs in the stdlib).

The energy that would be spent on doing this would be better spent on other things, IMO.
History
Date User Action Args
2018-12-24 16:11:48vinay.sajipsetrecipients: + vinay.sajip, Solomon Ucko
2018-12-24 16:11:47vinay.sajipsetmessageid: <1545667907.45.0.712150888896.issue35572@roundup.psfhosted.org>
2018-12-24 16:11:47vinay.sajiplinkissue35572 messages
2018-12-24 16:11:47vinay.sajipcreate