Issue #15020: The program name used to search for Python's path is now "python3" under Unix, not "python".
diff --git a/Misc/NEWS b/Misc/NEWS
index 5adf15e..563a7f0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
Core and Builtins
-----------------
+- Issue #15020: The program name used to search for Python's path is now
+ "python3" under Unix, not "python".
+
- Issue #15033: Fix the exit status bug when modules invoked using -m swith,
return the proper failure return value (1). Patch contributed by Jeff Knupp.