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 serhiy.storchaka
Recipients Gregorio, ethan.furman, pitrou, serhiy.storchaka, ulope
Date 2015-06-08.18:47:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433789253.95.0.114309999306.issue24120@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure that Path.(r)glob() (and perhaps glob.glob()) should unconditionally ignore errors. Python has lover level than shell, and even bash has an option that controls this behavior.

    failglob
            If set, patterns which fail to match filenames during pathname expansion result in an expansion error.
History
Date User Action Args
2015-06-08 18:47:33serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ethan.furman, Gregorio, ulope
2015-06-08 18:47:33serhiy.storchakasetmessageid: <1433789253.95.0.114309999306.issue24120@psf.upfronthosting.co.za>
2015-06-08 18:47:33serhiy.storchakalinkissue24120 messages
2015-06-08 18:47:33serhiy.storchakacreate