[Twisted-Python] Question on using processes
Tim Stebbing
tim.stebbing at nunatak.com.au
Tue Aug 10 11:05:13 MDT 2004
Matt Feifarek wrote:
> I've pretty much got this working okay (with a few false starts related
> to how args are put together... you can't send in a big long string; you
> literally have to make a list of argument words... what a PITA).
not that this is what your asking, but I just thought you might like to
know:
args = ['a', 'long', 'list', 'of', 'annoying', 'PITA', 'args']
is less of a pita as:
args = 'a long list of annoying PITA args'.split()
-tjs
--
(o_ Timothy Stebbing, Pythonista, Nunatak Systems
//\ 03 6226 6259, tim.stebbing at nunatak.com.au
V_/_ ><>--------------------------------------<><
More information about the Twisted-Python
mailing list