mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Add What's new entry for datetime.fromisoformat (#5559)
Documents bpo-15873
This commit is contained in:
parent
6c85efa5a6
commit
22864bc8e4
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue