robbuckley <r...@buckleynet.uk> added the comment:

this is workaroundable via constructions like:

list(x for x in p.glob('*/') if x.is_dir())

but I think there's value in behaving like glob.glob(), and keystroke avoidance 
for what must be a fairly common use case

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33392>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to