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 socketpair
Recipients socketpair
Date 2011-09-13.13:23:57
SpamBayes Score 1.897162e-05
Marked as misclassified No
Message-id <1315920238.53.0.290032380593.issue12971@psf.upfronthosting.co.za>
In-reply-to
Content
When skiplinks is False (by default), it should as in current implementation, i.e. using stat().

if skiplinks is True, isidr() should use lstat() and same logick. 

If one will be implemented, os.walk() should be patched (see issue12970) to use this new isdir() with this new parameter instead of own logick in os.walk().
History
Date User Action Args
2011-09-13 13:23:58socketpairsetrecipients: + socketpair
2011-09-13 13:23:58socketpairsetmessageid: <1315920238.53.0.290032380593.issue12971@psf.upfronthosting.co.za>
2011-09-13 13:23:57socketpairlinkissue12971 messages
2011-09-13 13:23:57socketpaircreate