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 max0x7ba
Recipients docs@python, max0x7ba, nailor, petri.lehtinen, serhiy.storchaka
Date 2021-06-10.16:22:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623342169.22.0.18617146977.issue44380@roundup.psfhosted.org>
In-reply-to
Content
I may be naive, but why then:

$ python3 -c 'from pathlib import Path; print(list(Path(".").glob("*.bash_profile")))'

Outputs:

[PosixPath('.bash_profile')]


?
History
Date User Action Args
2021-06-10 16:22:49max0x7basetrecipients: + max0x7ba, docs@python, nailor, petri.lehtinen, serhiy.storchaka
2021-06-10 16:22:49max0x7basetmessageid: <1623342169.22.0.18617146977.issue44380@roundup.psfhosted.org>
2021-06-10 16:22:49max0x7balinkissue44380 messages
2021-06-10 16:22:49max0x7bacreate