New submission from Roger Erens <snerere...@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@python
components: Documentation
messages: 312258
nosy: Roger Erens, docs@python
priority: normal
severity: normal
status: open
title: Definition of iglob does not mention single star (unlike glob)

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

Reply via email to