Isaac Muse <faceless.serv...@gmail.com> added the comment:

Sadly, this because pathlib glob and glob.glob use different implementations. 
And glob.glob does not provide something equivalent to a DOTALL flag allowing a 
user to glob hidden files without explicitly defining the leading dot in the 
pattern.

----------
nosy: +Isaac Muse

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

Reply via email to