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 Solomon Ucko
Recipients Solomon Ucko
Date 2018-12-24.03:05:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545620729.24.0.0770528567349.issue35572@roundup.psfhosted.org>
In-reply-to
Content
The logging module should be changed to use snake_case (as opposed to camelCase). Also, logger.basicConfig should list keyword arguments and defaults in the argument list, as opposed to using `**kwargs` and `dict.pop` (for readability and improved inspection capabilities). These should both be relatively easy changes to make. The case conversion should leave the camelCase versions as deprecated but left for backwards compatibility (as in the operator module).
History
Date User Action Args
2018-12-24 03:05:33Solomon Uckosetrecipients: + Solomon Ucko
2018-12-24 03:05:29Solomon Uckosetmessageid: <1545620729.24.0.0770528567349.issue35572@roundup.psfhosted.org>
2018-12-24 03:05:29Solomon Uckolinkissue35572 messages
2018-12-24 03:05:29Solomon Uckocreate