This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients amaury.forgeotdarc, belopolsky, benjamin.peterson, doko, exarkun, loewis, naufraghi, petere, pitrou, stutzbach
Date 2011-02-03.20:18:48
SpamBayes Score 0.006652616
Marked as misclassified No
Message-id <1296764326.3925.15.camel@localhost.localdomain>
In-reply-to <1296763603.3925.9.camel@localhost.localdomain>
Content
> I don't think so. One more important use case is when running a Unix
> daemon, which has (AFAIK) to close all std handles.

I just took a look at http://pypi.python.org/pypi/python-daemon/, and it
uses dup2() to redirect standard streams, which is far nicer.
History
Date User Action Args
2011-02-03 20:18:49pitrousetrecipients: + pitrou, loewis, doko, exarkun, amaury.forgeotdarc, belopolsky, benjamin.peterson, stutzbach, naufraghi, petere
2011-02-03 20:18:48pitroulinkissue7111 messages
2011-02-03 20:18:48pitroucreate