Re: [python-win32] does pipes.quote() work properly on Windows?

2010-05-23 Thread Bill Janssen
Waldemar Osuch wrote: > On Fri, May 21, 2010 at 15:03, Bill Janssen wrote: > > Anyone know if the quote() function in the "pipes" module does the right > > thing for cmd.exe pipes? > > > > If not, what is the right thing? > > > twisted.python.win32 has a couple functions that try very hard to ge

Re: [python-win32] does pipes.quote() work properly on Windows?

2010-05-23 Thread Waldemar Osuch
On Fri, May 21, 2010 at 15:03, Bill Janssen wrote: > Anyone know if the quote() function in the "pipes" module does the right > thing for cmd.exe pipes? > > If not, what is the right thing? > twisted.python.win32 has a couple functions that try very hard to get the quoting right. http://twistedmat