diff options
author | Alan Williams <astropiloto@gmail.com> | 2023-03-20 00:20:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-20 00:20:20 (GMT) |
commit | 5e6661bce968173fa45b74fa2111098645ff609c (patch) | |
tree | 15d81c86c066a70b5907be76d07d1b5d7ba62b44 /Misc | |
parent | 40d4f1579382a16d95ec67f2f03167bc1181dbd9 (diff) | |
download | cpython-5e6661bce968173fa45b74fa2111098645ff609c.zip cpython-5e6661bce968173fa45b74fa2111098645ff609c.tar.gz cpython-5e6661bce968173fa45b74fa2111098645ff609c.tar.bz2 |
gh-72346: Added isdst deprecation warning to email.utils.localtime (GH-91450)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-04-11-18-34-33.gh-issue-72346.pC7gnM.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-04-11-18-34-33.gh-issue-72346.pC7gnM.rst b/Misc/NEWS.d/next/Library/2022-04-11-18-34-33.gh-issue-72346.pC7gnM.rst new file mode 100644 index 0000000..149ddd7 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-04-11-18-34-33.gh-issue-72346.pC7gnM.rst @@ -0,0 +1 @@ +Added deprecation warning to *isdst* parameter of :func:`email.utils.localtime`. |