We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e75bfe commit f75530fCopy full SHA for f75530f
Misc/NEWS.d/next/Library/2025-02-14-23-38-03.gh-issue-127260.dXQ8P0.rst
@@ -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.
+Forbid the use of colon ("`:`") as a fractional component separator and other
+improvements to the consistency of error raising between the C and Python
+implementaitons of :meth:`datetime.time.fromisoformat` and
4
+:meth:`datetime.datetime.fromisoformat`. Patch by Semyon Moroz.
0 commit comments