May 31, 2020
9:05 p.m.
Guido van Rossum <guido@python.org> added the comment: 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. ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue22167> _______________________________________