[issue4925] Improve error message of subprocess when cannot open

Amaury Forgeot d'Arc report at bugs.python.org
Tue Jun 29 09:26:07 CEST 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

in PC/_subprocess.c, it should be enough to use PyErr_SetFromWindowsErrWithFilename() instead of PyErr_SetFromWindowsErr()

----------
keywords: +easy
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4925>
_______________________________________


More information about the Python-bugs-list mailing list