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 georg.brandl
Recipients MrJean1, OG7, georg.brandl, giampaolo.rodola, lucaspmelo, pitrou, rosslagerwall
Date 2011-01-02.14:42:42
SpamBayes Score 0.011479087
Marked as misclassified No
Message-id <1293979367.07.0.434658807664.issue5870@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, we don't like these open-for-eternity file descriptors; we had such a thing for os.urandom() but removed it (see #1177468).

I'm okay with DEVNULL (or even just NULL) as a shorthand, but it should open (and close) the devnull device each time just as if a normal fd was given.
History
Date User Action Args
2011-01-02 14:42:47georg.brandlsetrecipients: + georg.brandl, pitrou, giampaolo.rodola, OG7, MrJean1, lucaspmelo, rosslagerwall
2011-01-02 14:42:47georg.brandlsetmessageid: <1293979367.07.0.434658807664.issue5870@psf.upfronthosting.co.za>
2011-01-02 14:42:42georg.brandllinkissue5870 messages
2011-01-02 14:42:42georg.brandlcreate