add filename to ENOENT message #4925
diff --git a/Misc/NEWS b/Misc/NEWS
index 693f4e6..da26317 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
 Core and Builtins
 -----------------
 
+- Issue #4925: Add filename to error message when executable can't be found in
+  subprocess.
+
 - Issue #1574217: isinstance now catches only AttributeError, rather than
   masking all errors.