summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Core and Builtins/2019-03-21-00-24-18.bpo-36256.OZHa0t.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Core and Builtins/2019-03-21-00-24-18.bpo-36256.OZHa0t.rst')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2019-03-21-00-24-18.bpo-36256.OZHa0t.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-03-21-00-24-18.bpo-36256.OZHa0t.rst b/Misc/NEWS.d/next/Core and Builtins/2019-03-21-00-24-18.bpo-36256.OZHa0t.rst
deleted file mode 100644
index aada7f912a..0000000000
--- a/Misc/NEWS.d/next/Core and Builtins/2019-03-21-00-24-18.bpo-36256.OZHa0t.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix bug in parsermodule when parsing a state in a DFA that has two or more
-arcs with labels of the same type. Patch by Pablo Galindo.