summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2017-12-04-17-41-40.bpo-15873.-T4TRK.rst
diff options
context:
space:
mode:
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, 0 insertions, 3 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
deleted file mode 100644
index 98a8415..0000000
--- a/Misc/NEWS.d/next/Library/2017-12-04-17-41-40.bpo-15873.-T4TRK.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-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.