summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.8.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index bf28e5f..39a0da5 100644
--- a/Doc/whatsnew/3.8.rst
+++ b/Doc/whatsnew/3.8.rst
@@ -814,6 +814,10 @@ Changes in the Python API
by the installer).
(See :issue:`36085`.)
+* The header files and functions related to pgen have been removed after its
+ replacement by a pure Python implementation. (Contributed by Pablo Galindo
+ in :issue:`36623`.)
+
Changes in the C API
--------------------