spawnProcess docs could be clearer
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from robertc <[email protected]>: http://twistedmatrix.com/documents/current/api/twisted.internet.interfaces.IProcessProtocol.html says " env the environment variables to pass to the processs; a dictionary of strings. If 'None', use os.environ. " If, instead, it said " env the environment variables to pass to the processs; a dictionary of strings. If 'None', use os.environ. The default is to pass no environment variables to the process, which is probably not what you need." ---------- Type : enhancement Component: core Keywords : Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/3915