Twisted.python.win32.cmdLineQuote doesn't correctly quote pipes
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from [email protected] <None>: we're using twisted via buildbot, and running builds on win32 using Incredibuild, which requires the buildconfiguration to be specified as config|platform (i.e. "debug|win32"), even if only one platform exists in the project. the cmdLineQuote method on Twisted.python.win32 doesn't correctly quote the pipe character. adding the pipe to the set of characters tested for fixes the problem. ---------- Type : defect Component: core Keywords : Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/3933