summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-12-02-13-50-52.bpo-35341.32E8T_.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-12-02-13-50-52.bpo-35341.32E8T_.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2018-12-02-13-50-52.bpo-35341.32E8T_.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-12-02-13-50-52.bpo-35341.32E8T_.rst b/Misc/NEWS.d/next/Library/2018-12-02-13-50-52.bpo-35341.32E8T_.rst
deleted file mode 100644
index 43aa995..0000000
--- a/Misc/NEWS.d/next/Library/2018-12-02-13-50-52.bpo-35341.32E8T_.rst
+++ /dev/null
@@ -1 +0,0 @@
-Add generic version of ``collections.OrderedDict`` to the ``typing`` module. Patch by Ismo Toijala.