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
 -----