Skip to content

Commit

Permalink
Add What's new entry for datetime.fromisoformat (GH-5559) (GH-5939)
Browse files Browse the repository at this point in the history
Documents bpo-15873
(cherry picked from commit 22864bc)

Co-authored-by: Paul Ganssle <pganssle@users.noreply.github.com>
  • Loading branch information
2 people authored and abalkin committed Mar 1, 2018
1 parent 398242a commit 0e06be8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Doc/whatsnew/3.7.rst
Expand Up @@ -502,6 +502,14 @@ Added support for the Blowfish method.
The :func:`~crypt.mksalt` function now allows to specify the number of rounds The :func:`~crypt.mksalt` function now allows to specify the number of rounds
for hashing. (Contributed by Serhiy Storchaka in :issue:`31702`.) for hashing. (Contributed by Serhiy Storchaka in :issue:`31702`.)


datetime
--------

Added the :func:`datetime.datetime.fromisoformat` method, which constructs a
:class:`datetime.datetime` object from a string in one of the formats output
by :func:`datetime.datetime.isoformat`. (Contributed by Paul Ganssle in
:issue:`15873`.)

dis dis
--- ---


Expand Down

0 comments on commit 0e06be8

Please sign in to comment.