[issue10715] Command name missing from exception in subprocess.Popen

2010-12-21 Thread Eric Smith
Eric Smith added the comment: That change was just a tweak. The real change was in r86593. It references issue 4925, of which this is a duplicate. I'm closing this, if you want to follow the issue add yourself to 4925. -- resolution: -> duplicate stage: needs patch -> committed/rejec

[issue10715] Command name missing from exception in subprocess.Popen

2010-12-21 Thread Eric Smith
Eric Smith added the comment: This has already been fixed in 3.2: Python 3.2b2 (py3k:87413, Dec 21 2010, 07:09:13) [GCC 4.1.2 20070626 (Red Hat 4.1.2-13)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import subprocess >>> subprocess.Popen(['foo']) Traceb

[issue10715] Command name missing from exception in subprocess.Popen

2010-12-21 Thread Eric Smith
Changes by Eric Smith : -- stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue10715] Command name missing from exception in subprocess.Popen

2010-12-21 Thread Eric Smith
Changes by Eric Smith : -- title: uninformative error message -> Command name missing from exception in subprocess.Popen ___ Python tracker ___ _