Issue #14701: Merge fix from 3.2.
diff --git a/Misc/NEWS b/Misc/NEWS
index 809114c..a7350be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,8 @@
 Library
 -------
 
+- Issue #14701: Fix missing support for 'raise ... from' in parser module.
+
 - Add support for timeouts to the acquire() methods of
   multiprocessing's lock/semaphore/condition proxies.