commit | 5f780400572508a8179de6a6c13b58b7be417ef5 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Nov 20 18:07:52 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Nov 20 18:07:52 2010 +0000 |
tree | ed232d267f7aedd0d5bbce754db1d5e8c6056afd | |
parent | c610e3e55e650f58551edf811ab8a848689f70fe [diff] [blame] |
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.