]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105376: Restore deprecated logging warn() method (#122775)
authorVictor Stinner <vstinner@python.org>
Fri, 9 Aug 2024 13:13:24 +0000 (15:13 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Aug 2024 13:13:24 +0000 (15:13 +0200)
commitd3239976a8e66ae3e2f4314a6889d79cdc9a9625
treeddae5880d9b863f9b587c09816591bbe4529c5a9
parentb4a316087c32d83e375087fd35fc511bc430ee8b
gh-105376: Restore deprecated logging warn() method (#122775)

This reverts commit dcc028d92428bd57358a5028ada2a53fc79fc365 and
commit 6c54e5d72166d012b52155cbf13af9e533290e06.

Keep the deprecated logging warn() method in Python 3.13.

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Doc/deprecations/pending-removal-in-future.rst
Doc/library/logging.rst
Doc/whatsnew/3.13.rst
Lib/logging/__init__.py
Misc/NEWS.d/next/Library/2024-08-07-14-12-19.gh-issue-105376.QbGPdE.rst [new file with mode: 0644]