Isaac Muse <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue44380> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
