[issue11279] test_posix and lack of "id -G" support - less noise required?

Éric Araujo report at bugs.python.org
Fri Feb 25 22:30:29 CET 2011


Éric Araujo <merwok at netwok.org> added the comment:

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.

----------
nosy: +eric.araujo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11279>
_______________________________________


More information about the Python-bugs-list mailing list