summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-06-06-15-32-44.gh-issue-105376.W4oDQp.rst
blob: a7d3172ca4c642fbc30ee8ce1a48e7563b335734 (plain)
1
2
3
4
Remove the undocumented and untested ``logging.Logger.warn()`` method,
deprecated since Python 3.3, which was an alias to the
:meth:`logging.Logger.warning` method: use the :meth:`logging.Logger.warning`
method instead. Patch by Victor Stinner.