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.
|