]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#16618: Make glob.glob match consistently across strings and bytes
authorHynek Schlawack <hs@ox.cx>
Thu, 27 Dec 2012 09:20:38 +0000 (10:20 +0100)
committerHynek Schlawack <hs@ox.cx>
Thu, 27 Dec 2012 09:20:38 +0000 (10:20 +0100)
commit6e5c8f992aa48c3790166f09a7baaa5ed01ca318
tree3a47b6dddc1010aa306986f94820cdaddc7154b6
parent513762fe9c1c241dc1a3b69a3fe81bc90690b03e
parent6f52027168196a68fc7c37ba1e7d65a16d1e2859
#16618: Make glob.glob match consistently across strings and bytes

Fixes handling of leading dots.

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