[issue25409] fnmatch.fnmatch normalizes slashes/backslashes on Windows

R. David Murray report at bugs.python.org
Thu Oct 15 06:56:21 EDT 2015


R. David Murray added the comment:

I think the existing behavior is the desirable behavior, but in any case as you say it is too late to change it.  The docs should indeed be clarified by changing the wording to indicate that fnmatch calls normcase but fnmatchcase does not, with a link to normcase (which in turn documents the windows behavior).

----------
nosy: +r.david.murray
stage:  -> needs patch
versions: +Python 3.4, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25409>
_______________________________________


More information about the Python-bugs-list mailing list