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 jitterman
Recipients jitterman
Date 2016-01-14.21:20:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452806432.12.0.827592335617.issue26115@psf.upfronthosting.co.za>
In-reply-to
Content
The title says it all.

The shell version of '*' and '**' return both directories and files.
Path('.').glob('*') returns both directories and files, but Path('.').glob('**') returns only directories. That seems wrong to me.
History
Date User Action Args
2016-01-14 21:20:32jittermansetrecipients: + jitterman
2016-01-14 21:20:32jittermansetmessageid: <1452806432.12.0.827592335617.issue26115@psf.upfronthosting.co.za>
2016-01-14 21:20:32jittermanlinkissue26115 messages
2016-01-14 21:20:32jittermancreate