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 larry
Recipients larry
Date 2012-06-25.23:39:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340667585.2.0.886069096281.issue15186@psf.upfronthosting.co.za>
In-reply-to
Content
Adds dir_fd support to os.walk().  Just re-yields from os.fwalk(), removing the last element.

Note: Python 3.4.
History
Date User Action Args
2012-06-25 23:39:45larrysetrecipients: + larry
2012-06-25 23:39:45larrysetmessageid: <1340667585.2.0.886069096281.issue15186@psf.upfronthosting.co.za>
2012-06-25 23:39:44larrylinkissue15186 messages
2012-06-25 23:39:44larrycreate