[issue18123] fnmatchicase for case insensitive file search

2017-05-22 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- status: open -> pending ___ Python tracker ___

[issue18123] fnmatchicase for case insensitive file search

2013-06-03 Thread STINNER Victor
STINNER Victor added the comment: The bug tracker is not the best place to discuss adding new features to the standard library. It's better to discuss them first on the python-ideas mailing list. You should also give an use case, explain why do you consider that Python needs this feature,

[issue18123] fnmatchicase for case insensitive file search

2013-06-02 Thread anatoly techtonik
New submission from anatoly techtonik: http://docs.python.org/2/library/glob.html and http://docs.python.org/2/library/fnmatch.html both lack ability to do case-insensitive search for filenames. Due to this difference, scripts that work ok on Windows start produce surprises on Linux.

[issue18123] fnmatchicase for case insensitive file search

2013-06-02 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' g.rod...@gmail.com: -- nosy: +giampaolo.rodola ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18123 ___ ___

[issue18123] fnmatchicase for case insensitive file search

2013-06-02 Thread anatoly techtonik
anatoly techtonik added the comment: https://gist.github.com/techtonik/5694830 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18123 ___ ___