Message315950
| 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:20 | robbuckley | set | recipients: + robbuckley |
| 2018-04-30 13:23:20 | robbuckley | set | messageid: <1525094600.39.0.682650639539.issue33392@psf.upfronthosting.co.za> |
| 2018-04-30 13:23:20 | robbuckley | link | issue33392 messages |
| 2018-04-30 13:23:20 | robbuckley | create | |