robbuckley <[email protected]> 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 <[email protected]>
<https://bugs.python.org/issue33392>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com