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 abacabadabacaba
Recipients abacabadabacaba, serhiy.storchaka
Date 2016-05-22.22:25:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463955935.15.0.408794135664.issue27084@psf.upfronthosting.co.za>
In-reply-to
Content
Mostly for consistency with other functions. Also, this provides an easy way to walk a directory tree recursively: just call listdir on every member, and if it doesn't raise OSError, that member must be a directory. With follow_symlinks=False, this method wouldn't follow symlinks, unlike os.walk and os.fwalk, which always follow symlinks at least to differentiate between symlinks to directories and other symlinks.
History
Date User Action Args
2016-05-22 22:25:35abacabadabacabasetrecipients: + abacabadabacaba, serhiy.storchaka
2016-05-22 22:25:35abacabadabacabasetmessageid: <1463955935.15.0.408794135664.issue27084@psf.upfronthosting.co.za>
2016-05-22 22:25:35abacabadabacabalinkissue27084 messages
2016-05-22 22:25:35abacabadabacabacreate