[issue13195] subprocess: args with shell=True is not documented on Windows

2015-10-18 Thread Martin Panter
Martin Panter added the comment: I think the documentation changes made for Issue 16115 should address your first question (shell=False). For shell=True, see the discussion at Issue 20344. Perhaps you can review my patch. -- dependencies: +test the executable arg to Popen() and improve

[issue13195] subprocess: args with shell=True is not documented on Windows

2011-10-17 Thread anatoly techtonik
anatoly techtonik added the comment: On Mon, Oct 17, 2011 at 3:24 PM, STINNER Victor wrote: > >> Certainly not right now as I don't have development environment setup > > See our development guide to get such environment: > http://docs.python.org/devguide/setup.html I know. There is better too

[issue13195] subprocess: args with shell=True is not documented on Windows

2011-10-17 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue13195] subprocess: args with shell=True is not documented on Windows

2011-10-17 Thread STINNER Victor
STINNER Victor added the comment: > Certainly not right now as I don't have development environment setup See our development guide to get such environment: http://docs.python.org/devguide/setup.html > It could be a lot easier with online editor Would like like to work on this project? (provi

[issue13195] subprocess: args with shell=True is not documented on Windows

2011-10-17 Thread Ross Lagerwall
Changes by Ross Lagerwall : -- nosy: +rosslagerwall ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue13195] subprocess: args with shell=True is not documented on Windows

2011-10-17 Thread anatoly techtonik
anatoly techtonik added the comment: Certainly not right now as I don't have development environment setup. Perhaps in a few days if somebody pings me. It could be a lot easier with online editor, of course - http://code.google.com/p/pydotorg/issues/detail?id=6 -- ___

[issue13195] subprocess: args with shell=True is not documented on Windows

2011-10-17 Thread STINNER Victor
STINNER Victor added the comment: > For now I'll be pretty fine if this stuff is at least > properly documented. Can you propose a document patch describing the current behaviour? -- ___ Python tracker __

[issue13195] subprocess: args with shell=True is not documented on Windows

2011-10-17 Thread anatoly techtonik
anatoly techtonik added the comment: Looks like a can of worms. For now I'll be pretty fine if this stuff is at least properly documented. -- ___ Python tracker ___ ___

[issue13195] subprocess: args with shell=True is not documented on Windows

2011-10-17 Thread STINNER Victor
STINNER Victor added the comment: See also issues #7839, #8972 and #10197. -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-lis

[issue13195] subprocess: args with shell=True is not documented on Windows

2011-10-17 Thread anatoly techtonik
New submission from anatoly techtonik : For UNIX, it is said that if shell=False then you need to pass `args` as a list (if you want to pass any parameters to executable). Is that true for Windows (and perhaps other platforms) as well? Again, for UNIX it is said that with shell=True, and args