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-13.02:17:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452651473.17.0.586447787765.issue26096@psf.upfronthosting.co.za>
In-reply-to
Content
Path('.').glob('*') generates all files and directories in '.' including hidden files (those that begin with '.'). This behavior is inconsistent with the shell and with the old glob module, which only generate hidden files if the glob pattern starts with a '.'.
History
Date User Action Args
2016-01-13 02:17:53jittermansetrecipients: + jitterman
2016-01-13 02:17:53jittermansetmessageid: <1452651473.17.0.586447787765.issue26096@psf.upfronthosting.co.za>
2016-01-13 02:17:53jittermanlinkissue26096 messages
2016-01-13 02:17:52jittermancreate