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 andrekorol
Recipients andrekorol
Date 2017-07-17.05:40:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500270034.22.0.720740428087.issue30942@psf.upfronthosting.co.za>
In-reply-to
Content
I forked cpython and implemented an lwalk function on os.py. The lwalk funtion behaves exactly like walk(), except that it recurses only to a certain level of depth that can be selected by the user. More information on the lwalk function can be found on "os.py" in my cpython fork.
I'd like to know what else I need to do in order to send a Pull Request.
History
Date User Action Args
2017-07-17 05:40:35andrekorolsetrecipients: + andrekorol
2017-07-17 05:40:34andrekorolsetmessageid: <1500270034.22.0.720740428087.issue30942@psf.upfronthosting.co.za>
2017-07-17 05:40:34andrekorollinkissue30942 messages
2017-07-17 05:40:34andrekorolcreate