Cristian Ciupitu <cristian.ciup...@yahoo.com> added the comment:

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'.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35453>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to