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

  • @[email protected]
    link
    fedilink
    6
    edit-2
    7 months ago

    While we’re at it, can we please define enums for the standard logging levels in the stdlib

  • @onlinepersona
    link
    English
    37 months ago

    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.

  • @[email protected]
    link
    fedilink
    27 months ago

    Yes! I hope this is a trend that continues. I remember this being quite confusing as a new Python developer. I was convinced there was something special about these kinds of camel cased methods.