mirror of
https://github.com/python/cpython.git
synced 2026-05-24 05:13:44 -04:00
bcce4cc466
gh-105376: Restore deprecated logging warn() method (GH-122775) This reverts commitdcc028d924and commit6c54e5d721. Keep the deprecated logging warn() method in Python 3.13. (cherry picked from commitd3239976a8) Co-authored-by: Victor Stinner <vstinner@python.org> Co-authored-by: Gregory P. Smith <greg@krypto.org> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>