]> granicus.if.org Git - python/commit
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern conta...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 16 Dec 2012 12:55:47 +0000 (13:55 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 16 Dec 2012 12:55:47 +0000 (13:55 +0100)
commit124ee8b1abb8f9d5b03eae20abb9405ce3fa5d7b
tree8ac2899e71dee307c2e9cfbb0941e801feac4368
parent646c7b50860a5171a127f01a511bfc887a0cb72e
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path.
Patch by Serhiy Storchaka.
Lib/glob.py
Lib/test/test_glob.py
Misc/NEWS