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

Python

6284 readers
25 users here now

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

๐Ÿ“… Events

PastNovember 2023

October 2023

July 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
[โ€“] onlinepersona@programming.dev 3 points 10 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.