]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47061: use `warnings._deprecated()` with asynchat, asyncore, and smtpd (GH-32350)
authorBrett Cannon <brett@python.org>
Wed, 6 Apr 2022 18:22:39 +0000 (11:22 -0700)
committerGitHub <noreply@github.com>
Wed, 6 Apr 2022 18:22:39 +0000 (11:22 -0700)
commit32b33879c2e19cde735c1971b06869976200e1d8
treeaca6fd7b428c949484b5b6a0bb0f858b411cc563
parent59a99ae277e7d9f47edd4a538c1239d39f10db0c
bpo-47061: use `warnings._deprecated()` with asynchat, asyncore, and smtpd (GH-32350)
Lib/asynchat.py
Lib/asyncore.py
Lib/smtpd.py