Closed
Description
Documentation
cpython/Doc/library/datetime.rst
Lines 1811 to 1812 in 5bf7580
I consider the correct example should be below.
>>> time.fromisoformat('04:23:01,000384')
datetime.time(4, 23, 1, 384)
python docs version
- 3.11
- 3.12
- 3.13
Linked PRs
- gh-112925: Fix error in example of
datetime.time.fromisoformat
and add doctest marker #112931 - [3.12] gh-112925: Fix error in example of
datetime.time.fromisoformat
and add doctest marker (GH-112931) #113427 - [3.11] gh-112925: Fix error in example of
datetime.time.fromisoformat
and add doctest marker (GH-112931) #113428
Metadata
Metadata
Assignees
Labels
Projects
Status
Done