On 14/01/2018 22:01, Antoine Pitrou wrote:
> Antoine Pitrou <pitrou@free.fr> added the comment:
>
> Is nohup required in the example you just posted or is that a red herring?
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue28009>
> _______________________________________
>
nohup is required (i.e., my lazy way!) to stream both stdout and stderr
through the pipe. Perhaps, for this output nohup could have been
omitted. But it became a habit while I was testing. Maybe a birthday
herring :p
Working on the Windows issue (my mistake). Will be groping in the dark
as I have no windows system to test on. |