]> 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:49:37 +0000 (13:49 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 16 Dec 2012 12:49:37 +0000 (13:49 +0100)
commit3d068b2ecfd0e04d61289dce5abed60cd88b4f9f
tree52135468db5a2c56a1ce63d49785a5e4d47fbb77
parentdec59ec5ff9f48d1fe9bf8f5ff3874ef9f0f54ad
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