akira added the comment:

I don't see (?x) flag and it is not introduced by `res` regular expression that 
is constructed within translate() function in Lib/fnmatch.py

  >>> import fnmatch
  >>> fnmatch.translate('a b')
  'a\\ b\\Z(?ms)'

----------
nosy: +akira

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

Reply via email to