]> granicus.if.org Git - python/commit
#16618: Make glob.glob match consistently across strings and bytes
authorHynek Schlawack <hs@ox.cx>
Thu, 27 Dec 2012 09:10:11 +0000 (10:10 +0100)
committerHynek Schlawack <hs@ox.cx>
Thu, 27 Dec 2012 09:10:11 +0000 (10:10 +0100)
commite26568f81244e3fb62ab07fd0a3405a99ee87895
tree86fbc0d5c0e1fec053211cfa7087dd7a211e0514
parent57a1233110ad9eed3c2e687323a161281d1526aa
#16618: Make glob.glob match consistently across strings and bytes

Fixes handling of leading dots.

Patch by Serhiy Storchaka.
Lib/glob.py
Lib/test/test_glob.py
Misc/NEWS