[issue6479] platform.py writes to hard coded platform dependant "dev/null"

John Burnett report at bugs.python.org
Tue Jul 14 01:53:56 CEST 2009


John Burnett <python at johnburnett.com> added the comment:

You're right, Vista64 is returning "win32" for the platform.

And ahh, I see what I did: in Python 2.5.2, _syscmd_file wasn't using a
sys.platform check.  Then when I looked at the current version, I saw it
was still using "/dev/null", but didn't see a platform check was added
to skip that part in rev 66104.

Regardless, thanks for adding the change... who knows, it might get hit
some day on a new platform ;).

----------
status: open -> closed

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


More information about the Python-bugs-list mailing list