summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlan Williams <astropiloto@gmail.com>2023-03-20 00:20:20 (GMT)
committerGitHub <noreply@github.com>2023-03-20 00:20:20 (GMT)
commit5e6661bce968173fa45b74fa2111098645ff609c (patch)
tree15d81c86c066a70b5907be76d07d1b5d7ba62b44 /Misc
parent40d4f1579382a16d95ec67f2f03167bc1181dbd9 (diff)
downloadcpython-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.rst1
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`.