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 Jon Walsh
Recipients Jon Walsh
Date 2017-01-12.10:19:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484216394.04.0.57434547579.issue29249@psf.upfronthosting.co.za>
In-reply-to
Content
>>> from pathlib import Path
>>> Path("a/b/c/d/e.txt").match('a/*/**/*')
False
History
Date User Action Args
2017-01-12 10:19:54Jon Walshsetrecipients: + Jon Walsh
2017-01-12 10:19:54Jon Walshsetmessageid: <1484216394.04.0.57434547579.issue29249@psf.upfronthosting.co.za>
2017-01-12 10:19:54Jon Walshlinkissue29249 messages
2017-01-12 10:19:53Jon Walshcreate