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 andrei.avk
Recipients Isaac Muse, andrei.avk, k64, myungsekyo, petr.viktorin, serhiy.storchaka, ys19991
Date 2021-12-17.02:35:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639708551.79.0.924616938988.issue37578@roundup.psfhosted.org>
In-reply-to
Content
I want to clarify my first comment: my PR is similar to Zsh behaviour as described above; as I'm not 100% sure how bash behaves with `**` with globstar option, I can say that bash is the same as Zsh with ? and * magic characters (with dotglob option), and likely the same for `**` as well, but I can't test it (if someone can test it, please comment).
History
Date User Action Args
2021-12-17 02:35:51andrei.avksetrecipients: + andrei.avk, petr.viktorin, serhiy.storchaka, myungsekyo, k64, Isaac Muse, ys19991
2021-12-17 02:35:51andrei.avksetmessageid: <1639708551.79.0.924616938988.issue37578@roundup.psfhosted.org>
2021-12-17 02:35:51andrei.avklinkissue37578 messages
2021-12-17 02:35:51andrei.avkcreate