Raymond Hettinger <raymond.hettin...@gmail.com> added the comment: > The downside of making this change is that it may break 3rd party unit tests.
I don’t see any upside. The modules in question have been stable for a good while. There’s no benefit to changing them. Also, there is no strong agreement that the standard library should ever prefer logging.warning() over the warnings module which has mechanisms for filtering the warnings, escalating them to errors, or limiting the number of times they are reported. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue46068> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com