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 emilyemorehouse, robbuckley
Date 2018-05-01.18:51:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAPAKJj3qQUo0xosi4unnEY5kXea-L_4Yws3fSovJVETzw-ZAHw@mail.gmail.com>
In-reply-to <1525196110.64.0.682650639539.issue33392@psf.upfronthosting.co.za>
Content
I checked this on Mac and Windows, pathlib and the old glob std lib behave
the same on both in this respect

On Tue, 1 May 2018, 18:35 Emily Morehouse, <report@bugs.python.org> wrote:

>
> Emily Morehouse <emily@cuttlesoft.com> added the comment:
>
> Good find -- I agree that when using Path.cwd().glob('*/'), it should only
> return directories. This follows the original glob library's functionality
> as well as the Unix expectation (I believe Windows as well, but I'll double
> check).
>
> I'll work on a fix!
>
> ----------
> assignee:  -> emilyemorehouse
> nosy: +emilyemorehouse
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue33392>
> _______________________________________
>
History
Date User Action Args
2018-05-01 18:51:30robbuckleysetrecipients: + emilyemorehouse
2018-05-01 18:51:30robbuckleylinkissue33392 messages
2018-05-01 18:51:30robbuckleycreate