]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106392: Fix inconsistency in deprecation warnings (#106436)
authorWilliam Andrea <william.j.andrea@gmail.com>
Fri, 1 Sep 2023 22:31:21 +0000 (18:31 -0400)
committerGitHub <noreply@github.com>
Fri, 1 Sep 2023 22:31:21 +0000 (22:31 +0000)
commitd5c5d4bfd3260219397326795d3b2ff62a9ab8cb
tree605d901a85e0fc9799365544406d2373cce34b25
parent3b73f9f00e44d6b709fa27f83d64d7355e1891ca
gh-106392: Fix inconsistency in deprecation warnings (#106436)

They used "datetime" to refer to both the object and the module.
Lib/_pydatetime.py