Kaydet (Commit) 22864bc8 authored tarafından Paul Ganssle's avatar Paul Ganssle Kaydeden (comit) Alexander Belopolsky

Add What's new entry for datetime.fromisoformat (#5559)

Documents bpo-15873
üst 6c85efa5
......@@ -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
---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment