[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/rejected
status: open -> closed
superseder:  -> Improve error message of subprocess when cannot open

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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'])
Traceback (most recent call last):
  File "", line 1, in 
  File "/root/python/py3k/Lib/subprocess.py", line 708, in __init__
restore_signals, start_new_session)
  File "/root/python/py3k/Lib/subprocess.py", line 1323, in _execute_child
raise child_exception_type(errno_num, err_msg)
OSError: [Errno 2] No such file or directory: 'foo'

It looks like it was changed by Benjamin in r86595. Not sure why that wasn't 
backported.

--
versions:  -Python 3.2

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com