Message 285297 - Python tracker (original) (raw)
Message285297
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:54 | Jon Walsh | set | recipients: + Jon Walsh |
2017-01-12 10:19:54 | Jon Walsh | set | messageid: 1484216394.04.0.57434547579.issue29249@psf.upfronthosting.co.za |
2017-01-12 10:19:54 | Jon Walsh | link | issue29249 messages |
2017-01-12 10:19:53 | Jon Walsh | create |