]> granicus.if.org Git - python/commit
Change fnmatch.py to use separate caches for str and bytes keys.
authorGuido van Rossum <guido@python.org>
Fri, 3 Oct 2008 16:38:30 +0000 (16:38 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 3 Oct 2008 16:38:30 +0000 (16:38 +0000)
commit3f2291f8025cf01ac96981d4e3a5284ba6e57f9f
tree8dceb6edf9d9616e5737db168df81e422d7dcee6
parent7ed519603f5493cfb3fbf241a94157b2d1f0e8ae
Change fnmatch.py to use separate caches for str and bytes keys.
This is necessary to pass the tests with -bb.
Lib/fnmatch.py