Merge fix for #15230 from 3.2
diff --git a/Misc/NEWS b/Misc/NEWS
index 89b1147..5bdf2df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,9 @@
 Library
 -------
 
+- Issue #15230: runpy.run_path now correctly sets __package__ as described
+  in the documentation
+
 - Issue #15315: Support VS 2010 in distutils cygwincompiler.
 
 - Issue #15294: Fix a regression in pkgutil.extend_path()'s handling of
@@ -133,6 +136,8 @@
 Tests
 -----
 
+- Issue #15230: Adopted a more systematic approach in the runpy tests
+
 - Issue #15300: Ensure the temporary test working directories are in the same
   parent folder when running tests in multiprocess mode from a Python build.
   Patch by Chris Jerdonek.