[New-bugs-announce] [issue36620] Documentation missing parameter for Itertools.zip_longest

Charles Merriam report at bugs.python.org
Fri Apr 12 16:09:17 EDT 2019


New submission from Charles Merriam <charles.merriam at gmail.com>:

On page:
https://docs.python.org/3.8/library/itertools.html

In the heading summary, in the "Iterators terminating on the shortest input sequence:" section, in the "zip_longest()" table row, in the "Arguments" column, the text "p, q, ..." should be "p, q, ... [, fillvalue=None]"

----------
assignee: docs at python
components: Documentation
messages: 340107
nosy: CharlesMerriam, docs at python
priority: normal
severity: normal
status: open
title: Documentation missing parameter for Itertools.zip_longest
type: enhancement
versions: Python 3.8

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


More information about the New-bugs-announce mailing list