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 Isaac Muse
Recipients Isaac Muse, docs@python, max0x7ba, nailor, petri.lehtinen, serhiy.storchaka
Date 2021-06-10.16:31:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623342672.69.0.614096076913.issue44380@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-06-10 16:31:12Isaac Musesetrecipients: + Isaac Muse, docs@python, nailor, petri.lehtinen, max0x7ba, serhiy.storchaka
2021-06-10 16:31:12Isaac Musesetmessageid: <1623342672.69.0.614096076913.issue44380@roundup.psfhosted.org>
2021-06-10 16:31:12Isaac Muselinkissue44380 messages
2021-06-10 16:31:12Isaac Musecreate