Message309952
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. |
|
Date |
User |
Action |
Args |
2018-01-15 06:57:43 | Michael.Felt | set | recipients:
+ Michael.Felt, pitrou, vstinner, serhiy.storchaka, David.Edelsohn |
2018-01-15 06:57:43 | Michael.Felt | link | issue28009 messages |
2018-01-15 06:57:42 | Michael.Felt | create | |
|