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 lucaspmelo
Recipients MrJean1, OG7, lucaspmelo
Date 2009-07-12.12:21:56
SpamBayes Score 3.7124792e-07
Marked as misclassified No
Message-id <1247401318.08.0.463313270846.issue5870@psf.upfronthosting.co.za>
In-reply-to
Content
-1 on this one.
It is not a portable decision (only *nix OSes do have /dev/null).
Also, why would we want it as a default constant? The subprocess module
would need to open /dev/null every time. Despite that, I can't see how
would someone use the redirection of errors to /dev/null through a
python script and, at the same time, make it seem not a bad practice at all.
History
Date User Action Args
2009-07-12 12:21:58lucaspmelosetrecipients: + lucaspmelo, OG7, MrJean1
2009-07-12 12:21:58lucaspmelosetmessageid: <1247401318.08.0.463313270846.issue5870@psf.upfronthosting.co.za>
2009-07-12 12:21:56lucaspmelolinkissue5870 messages
2009-07-12 12:21:56lucaspmelocreate