[issue30942] Implement lwalk(levelwalk) function on os.py

André Rossi Korol report at bugs.python.org
Mon Jul 17 01:40:34 EDT 2017


André Rossi Korol added the comment:

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.

----------
hgrepos: +370
Added file: http://bugs.python.org/file47018/os.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30942>
_______________________________________


More information about the Python-bugs-list mailing list