Skip to content

Commit f75530f

Browse files
authored
Update 2025-02-14-23-38-03.gh-issue-127260.dXQ8P0.rst
Emphasize the change in strictness in the C implementation.
1 parent 9e75bfe commit f75530f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
Make the occurrence of :meth:`datetime.time.fromisoformat` and
2-
:meth:`datetime.datetime.fromisoformat` methods errors more consistent in
3-
both implementations. Patch by Semyon Moroz.
1+
Forbid the use of colon ("`:`") as a fractional component separator and other
2+
improvements to the consistency of error raising between the C and Python
3+
implementaitons of :meth:`datetime.time.fromisoformat` and
4+
:meth:`datetime.datetime.fromisoformat`. Patch by Semyon Moroz.

0 commit comments

Comments
 (0)