Skip to content

Commit d3adcf7

Browse files
committed
Simplify NEWS entry
1 parent 5c545bd commit d3adcf7

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
Fixed a parity bug in the pure-Python :mod:`zoneinfo` implementation, which
2-
accepted a POSIX TZ ``Mm.w.d`` transition rule whose third separator was not a
3-
period (for example ``M3.2X0``). Only the first period was escaped in the
4-
regular expression, so the third one matched any character. Such a string is
5-
invalid per POSIX and is already rejected by the C accelerator. Patch by
6-
tonghuaroot.
1+
Fix the pure-Python :mod:`zoneinfo` parser accepting a POSIX TZ ``Mm.w.d``
2+
transition rule with a non-period separator (for example ``M3.2X0``), which
3+
the C implementation already rejects. Patch by tonghuaroot.

0 commit comments

Comments
 (0)