]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:50:19 +0000 (13:50 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 16 Dec 2012 12:50:19 +0000 (13:50 +0100)
commit3c331bb729b78419da455b9f8be81b566cb7a489
treefc4d13b0097f323d7a075dd030ab4846238cff40
parent9ca589333844997713394b65dba9548c5887e750
parent3d068b2ecfd0e04d61289dce5abed60cd88b4f9f
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/test/test_glob.py
Misc/NEWS