[issue35572] Logging module cleanup

2018-12-24 Thread Vinay Sajip
Vinay Sajip added the comment: 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.

[issue35572] Logging module cleanup

2018-12-23 Thread Ned Deily
Change by Ned Deily : -- nosy: +vinay.sajip versions: -Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7 ___ Python tracker ___

[issue35572] Logging module cleanup

2018-12-23 Thread Solomon Ucko
New submission from Solomon Ucko : 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