0
0
mirror of https://github.com/python/cpython.git synced 2024-11-30 18:51:15 +01:00
cpython/Misc/NEWS.d/next
benchatt 14e3c7071b
gh-115225: Raise error on unsupported ISO 8601 time strings (#119339)
Some time strings that contain fractional hours or minutes are permitted
by ISO 8601, but such strings are very unlikely to be intentional. The
current parser does not parse such strings correctly or raise an error.
This change raises a ValueError when hours or minutes contain a decimal mark.

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
2024-06-05 13:35:40 -04:00
..
Build
C API gh-119613: Soft deprecate the Py_MEMCPY() macro (#120020) 2024-06-04 09:23:55 +00:00
Core and Builtins gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) 2024-06-04 20:32:43 +02:00
Documentation
IDLE
Library gh-115225: Raise error on unsupported ISO 8601 time strings (#119339) 2024-06-05 13:35:40 -04:00
macOS
Security
Tests gh-119727: Add --single-process option to regrtest (#119728) 2024-06-03 16:34:36 +00:00
Tools-Demos
Windows gh-119679: Ensures correct import libraries are included in Windows install packages (GH-119790) 2024-06-03 15:42:45 +01:00