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 eric.araujo
Recipients eric.araujo, illumino, jcea, ronaldoussoren
Date 2011-02-25.21:30:28
SpamBayes Score 0.027985724
Marked as misclassified No
Message-id <1298669429.31.0.00843238511403.issue11279@psf.upfronthosting.co.za>
In-reply-to
Content
The correct spelling of that is os.devnull.  platform.DEV_NULL exists only for backwards compatibility (not sure platform.py still has standalone releases).  It is not documented and only used internally.  For a POSIX-only test like this one, hard-coding /dev/null is the simplest thing that works.

Thanks for the patch; our Mac experts will get to it.  Please generate unified diffs in the future.
History
Date User Action Args
2011-02-25 21:30:29eric.araujosetrecipients: + eric.araujo, jcea, ronaldoussoren, illumino
2011-02-25 21:30:29eric.araujosetmessageid: <1298669429.31.0.00843238511403.issue11279@psf.upfronthosting.co.za>
2011-02-25 21:30:28eric.araujolinkissue11279 messages
2011-02-25 21:30:28eric.araujocreate