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, socketpair
Date 2011-01-20.17:10:34
SpamBayes Score 0.15471423
Marked as misclassified No
Message-id <1295543444.1.0.195728855431.issue10958@psf.upfronthosting.co.za>
In-reply-to
Content
os.stat() follows symbolic links. You probably want to use os.lstat() instead: http://docs.python.org/library/os.html#os.lstat
History
Date User Action Args
2011-01-20 17:10:44amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, socketpair
2011-01-20 17:10:44amaury.forgeotdarcsetmessageid: <1295543444.1.0.195728855431.issue10958@psf.upfronthosting.co.za>
2011-01-20 17:10:34amaury.forgeotdarclinkissue10958 messages
2011-01-20 17:10:34amaury.forgeotdarccreate