This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author robbuckley
Recipients robbuckley
Date 2018-04-30.13:23:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525094600.39.0.682650639539.issue33392@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-04-30 13:23:20robbuckleysetrecipients: + robbuckley
2018-04-30 13:23:20robbuckleysetmessageid: <1525094600.39.0.682650639539.issue33392@psf.upfronthosting.co.za>
2018-04-30 13:23:20robbuckleylinkissue33392 messages
2018-04-30 13:23:20robbuckleycreate