[issue9560] platform.py: use -b option for file command in _syscmd_file()

Marc-Andre Lemburg report at bugs.python.org
Fri Aug 13 16:54:30 CEST 2010


Marc-Andre Lemburg <mal at egenix.com> added the comment:

STINNER Victor wrote:
> 
> STINNER Victor <victor.stinner at haypocalc.com> added the comment:
> 
> @r.david.murray, @lemburg: So, can I commit my patch?

Yes, go ahead with 3.2 patch. It should not go into 2.7, though,
since it doesn't solve any problems in 2.7.

If we get complaints about the -b option than we can add a work-around,
but I doubt that we will. It would be good if you could add a test
case for this, since without -b support, the function won't give
an error: it will simply use the defaults.

----------
title: platform.py: use -b option for file	command	in _syscmd_file() -> platform.py: use -b option for file	command	in	_syscmd_file()

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


More information about the Python-bugs-list mailing list