[issue13968] Support recursive globs

Nick Coghlan report at bugs.python.org
Sat Sep 6 00:20:07 CEST 2014


Nick Coghlan added the comment:

Mostly looks good to me, just two comments:

1. Is there a reason the helper function is "glob2" rather than either "_glob2" or else something more self-documenting?

2. "match a files" in the docs and docstrings doesn't read correctly. "match any files", perhaps?

----------

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


More information about the Python-bugs-list mailing list