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 ciupicri
Recipients ciupicri, serhiy.storchaka
Date 2018-12-10.13:07:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544447241.35.0.788709270274.issue35453@psf.upfronthosting.co.za>
In-reply-to
Content
What if the pattern has some directories in it, e.g. "SourceArt/**/*.png", how do you compose it? The traditional way is to either hardcode the separator (e.g. / or \) or use os.path.combine. I don't see why PurePath can't be used for this, e.g. PurePath('SourceArt')/"**'/'*.png'.
History
Date User Action Args
2018-12-10 13:07:21ciupicrisetrecipients: + ciupicri, serhiy.storchaka
2018-12-10 13:07:21ciupicrisetmessageid: <1544447241.35.0.788709270274.issue35453@psf.upfronthosting.co.za>
2018-12-10 13:07:21ciupicrilinkissue35453 messages
2018-12-10 13:07:21ciupicricreate