summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-06-02 18:30:18 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-06-02 18:30:18 (GMT)
commit53595c48790f3ee1b8c6fd4c1304277b63efa0f0 (patch)
tree28811f71b9bcb2309257203981bb9cdcbb5849cb /Misc
parent9c27c18c658044268aaee8c857f20131b8ff3e06 (diff)
downloadcpython-53595c48790f3ee1b8c6fd4c1304277b63efa0f0.zip
cpython-53595c48790f3ee1b8c6fd4c1304277b63efa0f0.tar.gz
cpython-53595c48790f3ee1b8c6fd4c1304277b63efa0f0.tar.bz2
replace custom validation logic in the parse module with a simple DFA validator (closes #26526)
Patch from A. Skrobov.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index efe1e92..6200c30 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,9 @@ Core and Builtins
Library
-------
+- Issue #26526: Replace custom parse tree validation in the parser
+ module with a simple DFA validator.
+
- Issue #27114: Fix SSLContext._load_windows_store_certs fails with
PermissionError