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 gvanrossum
Recipients gvanrossum, jitterman, pitrou
Date 2016-02-08.04:43:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454906616.46.0.969611096946.issue26096@psf.upfronthosting.co.za>
In-reply-to
Content
If you really need an easy way to provide what the shell offers to end users, maybe you could submit a patch that adds an option similar to "GLOBIGNORE" in bash (but the default would be to return everything, which is more regular and more useful for Python programs). Though you might also consider how easy it would be to write a wrapper function around Path.glob() that implements this.
History
Date User Action Args
2016-02-08 04:43:36gvanrossumsetrecipients: + gvanrossum, pitrou, jitterman
2016-02-08 04:43:36gvanrossumsetmessageid: <1454906616.46.0.969611096946.issue26096@psf.upfronthosting.co.za>
2016-02-08 04:43:36gvanrossumlinkissue26096 messages
2016-02-08 04:43:35gvanrossumcreate