This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, ocean-city
Date 2008-09-01.12:27:44
SpamBayes Score 0.009449497
Marked as misclassified No
Message-id <1220272065.59.0.789835722202.issue3748@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-09-01 12:27:45amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, ocean-city
2008-09-01 12:27:45amaury.forgeotdarcsetmessageid: <1220272065.59.0.789835722202.issue3748@psf.upfronthosting.co.za>
2008-09-01 12:27:44amaury.forgeotdarclinkissue3748 messages
2008-09-01 12:27:44amaury.forgeotdarccreate