This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author underrun
Recipients underrun, vinay.sajip
Date 2015-11-11.22:30:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447281013.16.0.309780332526.issue18689@psf.upfronthosting.co.za>
In-reply-to
Content
> It's not an ideal world. Sorry, but I think this change is too invasive to consider.

Obviously its not ideal, which is why my suggestion doesn't require intelligent 3rd party libraries and is explicitly not invasive. As I said in my previous comment, using a keyword only argument means: "If [3rd party libraries] haven't [properly handled **kwargs] then nothing changes for them and they just support exactly the same features they supported previously."

The upshot is it is not invasive and no one needs to care unless they want to use the new functionality.

As far as this change being needed or not, nothing "needs" to be made easier to use if it is possible to use it. But that isn't really a good reason not to improve things.

I honestly think that part of the reason this hasn't come up is because the advanced features of logging are so difficult to use that people just don't use it to its fullest extent. On top of that, when learning python, logging is way harder to grok than it should be for someone new to python.

Logging and unittest are two of the most important libraries for new pythonistas to learn, but they are also some of the most nebulous, stateful, magical, java-like, complicated, verbose, and difficult to master packages in python.

They've been around for a while for sure - but doesn't that rather mean that they could use an update?

I'm willing to submit a patch if it has the smallest chance of being considered?
History
Date User Action Args
2015-11-11 22:30:13underrunsetrecipients: + underrun, vinay.sajip
2015-11-11 22:30:13underrunsetmessageid: <1447281013.16.0.309780332526.issue18689@psf.upfronthosting.co.za>
2015-11-11 22:30:13underrunlinkissue18689 messages
2015-11-11 22:30:12underruncreate