commit | a31bf18c48654640b7020e8900928f9db862a1a5 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sun Apr 09 03:35:43 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sun Apr 09 03:35:43 2006 +0000 |
tree | d2ccc08a0b2ef3fbad6b983a9dc434d37cb14844 | |
parent | e0bb597d03bc97e1b201e27adb983aabf96e137b [diff] [blame] |
glob('anything*/') would fail because isdir is in os.path, not os.
diff --git a/Misc/NEWS b/Misc/NEWS index 266b6c9..b7f46ba 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -20,6 +20,8 @@ Library ------- +- Fix exception when doing glob.glob('anything*/') + Build -----