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 andrei.avk, k64, myungsekyo, petr.viktorin, serhiy.storchaka, ys19991
Date 2021-12-17.00:38:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639701537.33.0.247312263407.issue37578@roundup.psfhosted.org>
In-reply-to
Content
Zsh allows use of *, ? and ** to match hidden files and directories.

Bash allows the same for * and ? with `dotglob` option. There is also a `globstar` but my version of bash (on macos) is too old to have it.

By the way setting options in bash is done with `shopt -s <option>`.

I've put up a PR that enables behavior similar to Zsh and Bash (at least for ? and * chars).
History
Date User Action Args
2021-12-17 00:38:57andrei.avksetrecipients: + andrei.avk, petr.viktorin, serhiy.storchaka, myungsekyo, k64, ys19991
2021-12-17 00:38:57andrei.avksetmessageid: <1639701537.33.0.247312263407.issue37578@roundup.psfhosted.org>
2021-12-17 00:38:57andrei.avklinkissue37578 messages
2021-12-17 00:38:57andrei.avkcreate