{{ message }}
Commit 427dd10
authored
In the Python implementation, "Z" was allowed where only "+" or "-" should be allowed in time zone specifiers. In the C implementation, ":" was allowed as a separator between the whole and fractional portion of times (seconds). These have both been forbidden and the error messages harmonized.
1 parent 46ac85e commit 427dd10
4 files changed
Lines changed: 14 additions & 2 deletions
File tree
- Lib
- test
- Misc/NEWS.d/next/Library
- Modules
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3533 | 3533 | | |
3534 | 3534 | | |
3535 | 3535 | | |
| 3536 | + | |
| 3537 | + | |
3536 | 3538 | | |
3537 | 3539 | | |
3538 | 3540 | | |
| |||
4658 | 4660 | | |
4659 | 4661 | | |
4660 | 4662 | | |
| 4663 | + | |
4661 | 4664 | | |
4662 | 4665 | | |
4663 | 4666 | | |
| |||
4725 | 4728 | | |
4726 | 4729 | | |
4727 | 4730 | | |
| 4731 | + | |
| 4732 | + | |
4728 | 4733 | | |
4729 | 4734 | | |
4730 | 4735 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |

0 commit comments