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 emilyemorehouse
Recipients emilyemorehouse, robbuckley
Date 2018-05-01.17:35:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525196110.64.0.682650639539.issue33392@psf.upfronthosting.co.za>
In-reply-to
Content
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!
History
Date User Action Args
2018-05-01 17:35:10emilyemorehousesetrecipients: + emilyemorehouse, robbuckley
2018-05-01 17:35:10emilyemorehousesetmessageid: <1525196110.64.0.682650639539.issue33392@psf.upfronthosting.co.za>
2018-05-01 17:35:10emilyemorehouselinkissue33392 messages
2018-05-01 17:35:10emilyemorehousecreate