Skip to content

Commit 0e06be8

Browse files
miss-islingtonpganssle
authored andcommitted
Add What's new entry for datetime.fromisoformat (GH-5559) (GH-5939)
Documents bpo-15873 (cherry picked from commit 22864bc) Co-authored-by: Paul Ganssle <[email protected]>
1 parent 398242a commit 0e06be8

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
@@ -502,6 +502,14 @@ Added support for the Blowfish method.
502502
The :func:`~crypt.mksalt` function now allows to specify the number of rounds
503503
for hashing. (Contributed by Serhiy Storchaka in :issue:`31702`.)
504504

505+
datetime
506+
--------
507+
508+
Added the :func:`datetime.datetime.fromisoformat` method, which constructs a
509+
:class:`datetime.datetime` object from a string in one of the formats output
510+
by :func:`datetime.datetime.isoformat`. (Contributed by Paul Ganssle in
511+
:issue:`15873`.)
512+
505513
dis
506514
---
507515

0 commit comments

Comments
 (0)