this post was submitted on 01 Dec 2023
20 points (100.0% liked)

Python

6229 readers
6 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

๐Ÿ“… Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

๐Ÿ Python project:
๐Ÿ’“ Python Community:
โœจ Python Ecosystem:
๐ŸŒŒ Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments

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.