[issue3452] subprocess.Popen description unclear.

2008-07-27 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3452] subprocess.Popen description unclear.

2008-07-27 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Thanks for the report. Fixed in r65259. -- nosy: +benjamin.peterson ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3452] subprocess.Popen description unclear.

2008-07-27 Thread lregebro
New submission from lregebro <[EMAIL PROTECTED]>: In the documentation of subprocess.Popen the docs say: "args should be a string, or a sequence of program arguments. The program to execute is normally the first item in the args sequence or string, but can be explicitly set by using the executab