[issue7846] Fnmatch cache is never cleared during usage

Antoine Pitrou report at bugs.python.org
Fri Jul 9 12:41:31 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

Instead of writing `bytes('foo', encoding='ascii')`, you can just write `b'foo'`. Otherwise, patch looks ok.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list