Message 285311 - Python tracker (original) (raw)

Message285311

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:45 serhiy.storchaka set recipients: + serhiy.storchaka, pitrou, christian.heimes, docs@python, Jon Walsh, Andrew Dunai
2017-01-12 11:32:45 serhiy.storchaka set messageid: 1484220765.76.0.501247866149.issue29249@psf.upfronthosting.co.za
2017-01-12 11:32:45 serhiy.storchaka link issue29249 messages
2017-01-12 11:32:45 serhiy.storchaka create