From 162545e953ed8f207b4916069bb492bceb843107 Mon Sep 17 00:00:00 2001 From: Gustaf <79180496+GGyll@users.noreply.github.com> Date: Wed, 21 May 2025 19:03:00 +0200 Subject: [PATCH 1/3] changed wording of docstring for _parsedate_tz --- Lib/email/_parseaddr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/email/_parseaddr.py b/Lib/email/_parseaddr.py index 84917038874ba1..d831f62b4559d0 100644 --- a/Lib/email/_parseaddr.py +++ b/Lib/email/_parseaddr.py @@ -59,7 +59,7 @@ def _parsedate_tz(data): The last (additional) element is the time zone offset in seconds, except if the timezone was specified as -0000. In that case the last element is - None. This indicates a UTC timestamp that explicitly declaims knowledge of + None. This indicates a UTC timestamp that explicitly disclaims knowledge of the source timezone, as opposed to a +0000 timestamp that indicates the source timezone really was UTC. From 643656f1e97fcd0a086cf769d1fe94b1f3417a93 Mon Sep 17 00:00:00 2001 From: "blurb-it[bot]" <43283697+blurb-it[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 17:05:32 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=93=9C=F0=9F=A4=96=20Added=20by=20blu?= =?UTF-8?q?rb=5Fit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../next/Library/2025-05-21-17-05-31.gh-issue-101913.lbdlVA.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Misc/NEWS.d/next/Library/2025-05-21-17-05-31.gh-issue-101913.lbdlVA.rst diff --git a/Misc/NEWS.d/next/Library/2025-05-21-17-05-31.gh-issue-101913.lbdlVA.rst b/Misc/NEWS.d/next/Library/2025-05-21-17-05-31.gh-issue-101913.lbdlVA.rst new file mode 100644 index 00000000000000..aa969541215e52 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2025-05-21-17-05-31.gh-issue-101913.lbdlVA.rst @@ -0,0 +1,2 @@ +Changed wording of docstring in _parsedate_tz to say "disclaims" instead of "declaims" for improved clarity, as it confused some users. +Contributed by Gustaf Gyllensporre. From 401d2c639cbbdf973f8dad8dabcad1ca5743a8ab Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Tue, 31 Mar 2026 20:15:53 +0200 Subject: [PATCH 3/3] Delete blurb --- .../next/Library/2025-05-21-17-05-31.gh-issue-101913.lbdlVA.rst | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 Misc/NEWS.d/next/Library/2025-05-21-17-05-31.gh-issue-101913.lbdlVA.rst diff --git a/Misc/NEWS.d/next/Library/2025-05-21-17-05-31.gh-issue-101913.lbdlVA.rst b/Misc/NEWS.d/next/Library/2025-05-21-17-05-31.gh-issue-101913.lbdlVA.rst deleted file mode 100644 index aa969541215e52..00000000000000 --- a/Misc/NEWS.d/next/Library/2025-05-21-17-05-31.gh-issue-101913.lbdlVA.rst +++ /dev/null @@ -1,2 +0,0 @@ -Changed wording of docstring in _parsedate_tz to say "disclaims" instead of "declaims" for improved clarity, as it confused some users. -Contributed by Gustaf Gyllensporre.