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, loewis, palaviv, random832, serhiy.storchaka
Date 2017-07-17.13:25:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500297948.21.0.0860526906119.issue26781@psf.upfronthosting.co.za>
In-reply-to
Content
I proposed a new function called lwalk(level walk) that recurses only to a certain level of depth: http://bugs.python.org/issue30942
It is implemented in os.py and calls os.walk, but making sure it recurses only to a selected level of depth.
If it is accepted I could send a Pull Request with the lwalk function implemented in os.py.
History
Date User Action Args
2017-07-17 13:25:50andrekorolsetrecipients: + andrekorol, loewis, serhiy.storchaka, random832, palaviv
2017-07-17 13:25:48andrekorolsetmessageid: <1500297948.21.0.0860526906119.issue26781@psf.upfronthosting.co.za>
2017-07-17 13:25:48andrekorollinkissue26781 messages
2017-07-17 13:25:48andrekorolcreate