]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16696: fix comparison between bytes and string. Also, improve glob tests.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 16 Dec 2012 15:03:01 +0000 (16:03 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 16 Dec 2012 15:03:01 +0000 (16:03 +0100)
commit5461558d1ab5809c44d02f5e8669aca64ec07404
tree7815dfec2d4d4950428c7312870962d4b3d75f75
parent3d068b2ecfd0e04d61289dce5abed60cd88b4f9f
Issue #16696: fix comparison between bytes and string. Also, improve glob tests.
Lib/glob.py
Lib/test/test_glob.py