[issue13968] Add a recursive function to the glob package

Yuval Greenfield report at bugs.python.org
Wed Feb 8 12:22:26 CET 2012


New submission from Yuval Greenfield <ubershmekel at gmail.com>:

This is a feature I've wanted to use in too many times to remember. I've made a patch with an implementation, docs and a test. I've named the function rglob and tried to stay within the conventions of the glob package.

----------
components: Library (Lib)
files: rglob.patch
keywords: patch
messages: 152843
nosy: ubershmekel
priority: normal
severity: normal
status: open
title: Add a recursive function to the glob package
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file24451/rglob.patch

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


More information about the Python-bugs-list mailing list