Skip to content

Commit 22864bc

Browse files
pganssleabalkin
authored andcommitted
Add What's new entry for datetime.fromisoformat (#5559)
Documents bpo-15873
1 parent 6c85efa commit 22864bc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Doc/whatsnew/3.7.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,14 @@ Added support for the Blowfish method.
477477
The :func:`~crypt.mksalt` function now allows to specify the number of rounds
478478
for hashing. (Contributed by Serhiy Storchaka in :issue:`31702`.)
479479

480+
datetime
481+
--------
482+
483+
Added the :func:`datetime.datetime.fromisoformat` method, which constructs a
484+
:class:`datetime.datetime` object from a string in one of the formats output
485+
by :func:`datetime.datetime.isoformat`. (Contributed by Paul Ganssle in
486+
:issue:`15873`.)
487+
480488
dis
481489
---
482490

0 commit comments

Comments
 (0)