[New-bugs-announce] [issue32860] Definition of iglob does not mention single star (unlike glob)

Roger Erens report at bugs.python.org
Fri Feb 16 19:06:49 EST 2018


New submission from Roger Erens <snereregor at gmail.com>:

Although both glob and iglob have the same arity in Lib/glob.py:

def glob(pathname, *, recursive=False)

def iglob(pathname, *, recursive=False):

the documentation only mentions for glob the single star
https://docs.python.org/3/library/glob.html#glob.iglob:

glob.glob(pathname, *, recursive=False)

glob.iglob(pathname, recursive=False)

----------
assignee: docs at python
components: Documentation
messages: 312258
nosy: Roger Erens, docs at python
priority: normal
severity: normal
status: open
title: Definition of iglob does not mention single star (unlike glob)

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32860>
_______________________________________


More information about the New-bugs-announce mailing list