]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9560: Use -b option of the file command in _syscmd_file()
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 13 Aug 2010 16:30:15 +0000 (16:30 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 13 Aug 2010 16:30:15 +0000 (16:30 +0000)
commitddfb2c3a338a8c1550774648f816e96c41f59de1
treede6b0cdc76293088f94eb62db2ab61d3c21bff54
parent3060c4573ffa4e26deb7d9cbd3a14b8335977075
Issue #9560: Use -b option of the file command in _syscmd_file()

Omit the filename to avoid enconding issues, especially with non encodable
characters in the Python full path.
Lib/platform.py