commit | ab08ff7882b6181fb785eed7410dbf8030aded70 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Oct 14 23:24:33 2023 +0300 |
committer | GitHub <noreply@github.com> | Sat Oct 14 23:24:33 2023 +0300 |
tree | a8012e6a72e4bcd41a07e591d41de37881cce93f | |
parent | 12deda763359d46d4eccbb8991afed71fa31a68b [diff] |
bpo-42663: Fix parsing TZ strings in zoneinfo module (GH-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.