Python’s standard logging API violates PEP-8 and this #PEP proposes to fix this. Feedback and criticism of all sort is welcome.

  • Indeed, this has been a little baffling for me. If I’m not mistaken there are even some snake case aliases for some things in the logging library, but it’s hard to guess which ones. Deprecating everything that doesn’t conform and removing them in a future major release is the way to go, IMO.