Serhiy Storchaka added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24120>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to