Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment:

The call to _syscmd_file() should be avoided on windows platforms:
- the "file" program does not exist
- the stderr is redirected to /dev/null, which does not necessarily exists!

On my machine, there is a "c:\dev" directory. Now it contains a file
named "null", which content is "'file' is not recognized as an internal
or external command, operable program or batch file."
No comment.

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3748>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to