Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support recursive glob in Python >= 3.5 #52

Merged
merged 2 commits into from Jun 5, 2019
Merged

Support recursive glob in Python >= 3.5 #52

merged 2 commits into from Jun 5, 2019

Conversation

toxadx
Copy link
Contributor

@toxadx toxadx commented May 27, 2019

Make "**" pattern recursive in Python >= 3.5
According to Python's documentation:

If recursive is true, the pattern “**” will match any files and zero or more directories and subdirectories.

Default value of recursive is False.

src/hupper/compat.py Outdated Show resolved Hide resolved
@mmerickel
Copy link
Member

I'm good with this change, please fix up the tests.

@toxadx
Copy link
Contributor Author

toxadx commented Jun 2, 2019

Done

@mmerickel mmerickel merged commit 68b8953 into Pylons:master Jun 5, 2019
mmerickel added a commit that referenced this pull request Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants