summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2017-12-04-17-41-40.bpo-15873.-T4TRK.rst
blob: 98a841597af11a6c1cbe44bf519ba1b5932eba42 (plain)
1
2
3
Added new alternate constructors :meth:`datetime.datetime.fromisoformat`,
:meth:`datetime.time.fromisoformat` and :meth:`datetime.date.fromisoformat`
as the inverse operation of each classes's respective ``isoformat`` methods.