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 pitrou
Recipients MrJean1, amaury.forgeotdarc, pitrou
Date 2009-05-15.22:54:44
SpamBayes Score 5.646416e-05
Marked as misclassified No
Message-id <1242428087.95.0.705052962324.issue5956@psf.upfronthosting.co.za>
In-reply-to
Content
Ouch! Could you try to simply open() an exe file in the interactive
interpreter?
What does os.stat() give on this exe file?
What does os.stat() give on a "real" directory?

If some files are also directories under MacOS X, perhaps we must
reconsider the directory detection routine in _fileio.c.
History
Date User Action Args
2009-05-15 22:54:48pitrousetrecipients: + pitrou, amaury.forgeotdarc, MrJean1
2009-05-15 22:54:47pitrousetmessageid: <1242428087.95.0.705052962324.issue5956@psf.upfronthosting.co.za>
2009-05-15 22:54:45pitroulinkissue5956 messages
2009-05-15 22:54:45pitroucreate