]> 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:15:53 +0000 (10:15 +0100)
committerHynek Schlawack <hs@ox.cx>
Thu, 27 Dec 2012 09:15:53 +0000 (10:15 +0100)
commit6f52027168196a68fc7c37ba1e7d65a16d1e2859
tree8c2bb4c87ce611d69b2627eaf88f1a9e0e193104
parentb172697cd8493f433c577a71433f198e0ca471c8
parente26568f81244e3fb62ab07fd0a3405a99ee87895
#16618: Make glob.glob match consistently across strings and bytes

Fixes handling of leading dots.

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