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 serhiy.storchaka
Recipients Andrew Dunai, Jon Walsh, christian.heimes, docs@python, pitrou, serhiy.storchaka
Date 2017-01-12.11:32:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484220765.76.0.501247866149.issue29249@psf.upfronthosting.co.za>
In-reply-to
Content
** is supported not just as a prefix. Path('./Lib').glob('**/*.py') emits the same paths as Path('.').glob('Lib/**/*.py'). But ** is supported only in glob(), not in match(). The support of ** in match() is not documented. Would be worth to document explicitly that it is not supported.
History
Date User Action Args
2017-01-12 11:32:45serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, christian.heimes, docs@python, Jon Walsh, Andrew Dunai
2017-01-12 11:32:45serhiy.storchakasetmessageid: <1484220765.76.0.501247866149.issue29249@psf.upfronthosting.co.za>
2017-01-12 11:32:45serhiy.storchakalinkissue29249 messages
2017-01-12 11:32:45serhiy.storchakacreate