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 gvanrossum
Recipients Gumnos, Roger Erens, docs@python, gvanrossum, r.david.murray, roysmith, serhiy.storchaka, steven.daprano
Date 2020-05-31.21:05:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJLgfJufJXvp42Hbu6=BX=+MbA0dmiGXNnD9CfCpiX_Knw@mail.gmail.com>
In-reply-to <1590952867.66.0.985496699653.issue22167@roundup.psfhosted.org>
Content
I hope some volunteer will submit a doc PR.

In the meantime, throwing out one more idea: perhaps my first idea, to make
_glob1() an iterator, could work if we only do it for leaves of the
pattern, so for the a*/b*/c* example, only for the c* part.
History
Date User Action Args
2020-05-31 21:05:33gvanrossumsetrecipients: + gvanrossum, roysmith, steven.daprano, r.david.murray, docs@python, Gumnos, serhiy.storchaka, Roger Erens
2020-05-31 21:05:33gvanrossumlinkissue22167 messages
2020-05-31 21:05:33gvanrossumcreate