Author giampaolo.rodola
Recipients giampaolo.rodola
Date 2007-10-31.03:11:11
SpamBayes Score 0.195009
Marked as misclassified No
Message-id <1193800272.82.0.918454638792.issue1364@psf.upfronthosting.co.za>
In-reply-to
Content
os module documentation says about lstat():

> lstat( path) 
> 
> Like stat(), but do not follow symbolic links. 
> Availability: Macintosh, Unix. 

This is not true since os.lstat() is also available under Windows
(tested under Win XP sp, Python 2.5).

Moreover, wouldn't it be better having os.lstat() available on all
platforms and turn it into an alias of os.stat on those platforms which
do not support symbolic links?
History
Date User Action Args
2007-10-31 03:11:13giampaolo.rodolasetspambayes_score: 0.195009 -> 0.195009
recipients: + giampaolo.rodola
2007-10-31 03:11:12giampaolo.rodolasetspambayes_score: 0.195009 -> 0.195009
messageid: <1193800272.82.0.918454638792.issue1364@psf.upfronthosting.co.za>
2007-10-31 03:11:12giampaolo.rodolalinkissue1364 messages
2007-10-31 03:11:11giampaolo.rodolacreate