Skip to content

Commit

Permalink
Add What's new entry for datetime.fromisoformat (#5559)
Browse files Browse the repository at this point in the history
Documents bpo-15873
  • Loading branch information
pganssle authored and abalkin committed Feb 6, 2018
1 parent 6c85efa commit 22864bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Doc/whatsnew/3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,14 @@ Added support for the Blowfish method.
The :func:`~crypt.mksalt` function now allows to specify the number of rounds
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
---

Expand Down

0 comments on commit 22864bc

Please sign in to comment.