summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2017-12-04-17-41-40.bpo-15873.-T4TRK.rst
diff options
context:
space:
mode:
authorPaul Ganssle <pganssle@users.noreply.github.com>2017-12-21 05:33:49 (GMT)
committerAlexander Belopolsky <abalkin@users.noreply.github.com>2017-12-21 05:33:49 (GMT)
commit09dc2f508c8513e0466a759cc27a09108c1e55c2 (patch)
tree53877208455125e97549e90f3995929ad9768ca4 /Misc/NEWS.d/next/Library/2017-12-04-17-41-40.bpo-15873.-T4TRK.rst
parent507434fd504f3ebc1da72aa77544edc0d73f136e (diff)
downloadcpython-09dc2f508c8513e0466a759cc27a09108c1e55c2.zip
cpython-09dc2f508c8513e0466a759cc27a09108c1e55c2.tar.gz
cpython-09dc2f508c8513e0466a759cc27a09108c1e55c2.tar.bz2
bpo-15873: Implement [date][time].fromisoformat (#4699)
Closes bpo-15873.
Diffstat (limited to 'Misc/NEWS.d/next/Library/2017-12-04-17-41-40.bpo-15873.-T4TRK.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2017-12-04-17-41-40.bpo-15873.-T4TRK.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-12-04-17-41-40.bpo-15873.-T4TRK.rst b/Misc/NEWS.d/next/Library/2017-12-04-17-41-40.bpo-15873.-T4TRK.rst
new file mode 100644
index 0000000..98a8415
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-12-04-17-41-40.bpo-15873.-T4TRK.rst
@@ -0,0 +1,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.