]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92169: Use warnings_helper.import_deprecated() to import deprecated modules unifor...
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Tue, 3 May 2022 07:17:54 +0000 (10:17 +0300)
committerGitHub <noreply@github.com>
Tue, 3 May 2022 07:17:54 +0000 (10:17 +0300)
commit9b027d4cea57e98c76f5176cc3188dc81603356c
tree1306b7c7cc75ce99c311ec8f8085e2e9b145de82
parentc1767fce521f5d4f175082d0747cfa48542aea3a
gh-92169: Use warnings_helper.import_deprecated() to import deprecated modules uniformly in tests (GH-92170)
Lib/test/test_asynchat.py
Lib/test/test_asyncore.py
Lib/test/test_ftplib.py
Lib/test/test_imp.py
Lib/test/test_logging.py
Lib/test/test_poplib.py
Lib/test/test_smtpd.py
Lib/test/test_smtplib.py
Lib/test/test_ssl.py
Misc/NEWS.d/next/Tests/2022-05-02-20-57-04.gh-issue-92169.Xi4NGV.rst [new file with mode: 0644]