diff options
author | Michał Górny <mgorny@gentoo.org> | 2025-03-11 10:15:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-11 10:15:40 +0100 |
commit | 33494b4d0dafc34ff4f1c118b7b3b5d8de3dd0f4 (patch) | |
tree | ce3ae6ae73b7ca7ef90e2650fac1eafe0abe2b04 /Python/getcompiler.c | |
parent | 69309a55bcb5381a9a218edc910da135f4d67479 (diff) | |
download | cpython-33494b4d0dafc34ff4f1c118b7b3b5d8de3dd0f4.tar.gz cpython-33494b4d0dafc34ff4f1c118b7b3b5d8de3dd0f4.zip |
gh-130959: Reject whitespace in fractions, in pure Python `fromisoformat()` (#130962)
* gh-130959: Reject whitespace in fractions, in pure Python `fromisoformat()`
Fix the pure Python implementation of `fromisoformat()` to reject any
non-digit characters, including whitespace, in the fractional part
of time specification. This makes the behavior consistent with the C
implementation, and prevents incorrect parsing of these fractions
(e.g. `.400 ` would be misinterpreted as `.04`).
* Add the news entry
* Use a different example to fix Sphinx lint
* Apply suggestions from code review
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Paul Ganssle <1377457+pganssle@users.noreply.github.com>
* Try fixing `:func:` ref.
---------
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Paul Ganssle <1377457+pganssle@users.noreply.github.com>
Diffstat (limited to 'Python/getcompiler.c')
0 files changed, 0 insertions, 0 deletions