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 Toon Verstraelen
Recipients Alberto Galera, Jim Nasby, Toon Verstraelen, aaron-whitehouse, josh.r
Date 2019-03-28.15:59:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553788755.44.0.876720972057.issue28718@roundup.psfhosted.org>
In-reply-to
Content
For consistency with the corresponding feature in the glob function since Python 3.5, I would suggest to add an extra optional argument 'recursive' instead of 'glob_asterisks'. With the default recursive=False, one gets the old behavior, with recursive=True, it can handle the '**' and '*' as in pywildcard.

I realize that with recursive=False, the behavior is not exactly consistent with glob, but  I'd still prefer the same name for the optional argument. It is the common terminology for this type of feature. See https://en.wikipedia.org/wiki/Matching_wildcards
History
Date User Action Args
2019-03-28 15:59:15Toon Verstraelensetrecipients: + Toon Verstraelen, josh.r, Jim Nasby, Alberto Galera, aaron-whitehouse
2019-03-28 15:59:15Toon Verstraelensetmessageid: <1553788755.44.0.876720972057.issue28718@roundup.psfhosted.org>
2019-03-28 15:59:15Toon Verstraelenlinkissue28718 messages
2019-03-28 15:59:15Toon Verstraelencreate