[issue16115] test the executable arg to Popen() and improve related docs

2012-10-10 Thread Chris Jerdonek
Changes by Chris Jerdonek : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ P

[issue16115] test the executable arg to Popen() and improve related docs

2012-10-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 41ffed580eef by Chris Jerdonek in branch '3.2': Issue #16115: Make further improvements to subprocess.Popen() documentation. http://hg.python.org/cpython/rev/41ffed580eef New changeset bae644e46556 by Chris Jerdonek in branch '3.3': Issue #16115: Me

[issue16115] test the executable arg to Popen() and improve related docs

2012-10-09 Thread Chris Jerdonek
Chris Jerdonek added the comment: I would like to make a few more miscellaneous improvements to the Popen() docs, including a clarification resulting from issue #16170, which stemmed from this issue. The proposed patch is attached. -- resolution: fixed -> stage: committed/rejected ->