New submission from JitterMan:

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 '.'.

----------
messages: 258128
nosy: jitterman
priority: normal
severity: normal
status: open
title: '*' glob string matches dot files in pathlib
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26096>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to