We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8955f commit 76eebcaCopy full SHA for 76eebca
1 file changed
Misc/NEWS.d/next/Library/2026-07-02-12-00-00.gh-issue-152847.PitKqc.rst
@@ -1,3 +1,3 @@
1
-Fix the pure-Python :mod:`zoneinfo` parser accepting non-digit characters in
2
-the day-of-year field of a POSIX TZ transition rule (such as ``J1_0``), which
3
-the C implementation rejects. Patch by tonghuaroot.
+Reject a POSIX TZ transition rule with non-digit characters in the
+day-of-year field in the pure-Python :mod:`zoneinfo` parser. Patch by
+tonghuaroot.
0 commit comments