-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
[3.12] gh-86826: Fix parsing TZ strings in zoneinfo module (GH-23825) #110882
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3.12] gh-86826: Fix parsing TZ strings in zoneinfo module (GH-23825) #110882
Conversation
…-23825) zipinfo now supports the full range of values in the TZ string determined by RFC 8536 and detects all invalid formats. Both Python and C implementations now raise exceptions of the same type on invalid data.. (cherry picked from commit ab08ff7) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to
|
…ythonGH-23825) (pythonGH-110882) zipinfo now supports the full range of values in the TZ string determined by RFC 8536 and detects all invalid formats. Both Python and C implementations now raise exceptions of the same type on invalid data. (cherry picked from commit ab08ff7). (cherry picked from commit 72b0f0e) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-110889 is a backport of this pull request to the 3.11 branch. |
…H-23825) (GH-110882) (GH-110889) zipinfo now supports the full range of values in the TZ string determined by RFC 8536 and detects all invalid formats. Both Python and C implementations now raise exceptions of the same type on invalid data. (cherry picked from commit ab08ff7) (cherry picked from commit 72b0f0e)
GH-110889 is a backport of this pull request to the 3.11 branch. |
1 similar comment
GH-110889 is a backport of this pull request to the 3.11 branch. |
zipinfo now supports the full range of values in the TZ string determined by RFC 8536 and detects all invalid formats. Both Python and C implementations now raise exceptions of the same type on invalid data.
(cherry picked from commit ab08ff7)
day
variable in calenderrule_new #86826