]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
glob('anything*/') would fail because isdir is in os.path, not os.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 9 Apr 2006 03:35:43 +0000 (03:35 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 9 Apr 2006 03:35:43 +0000 (03:35 +0000)
commita31bf18c48654640b7020e8900928f9db862a1a5
treed2ccc08a0b2ef3fbad6b983a9dc434d37cb14844
parente0bb597d03bc97e1b201e27adb983aabf96e137b
glob('anything*/') would fail because isdir is in os.path, not os.
Lib/glob.py
Lib/test/test_glob.py
Misc/NEWS