[issue36620] Documentation missing parameter for Itertools.zip_longest

2019-05-10 Thread Raymond Hettinger


Raymond Hettinger  added the comment:

I'll take care of it. Thank you.

--
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36620] Documentation missing parameter for Itertools.zip_longest

2019-05-08 Thread Ying Wang


Ying Wang  added the comment:

@rhettinger should this issue be closed if no action is to be taken? If so, 
should I manually close the pull request referencing this issue, or will that 
be automatically handled by the Python bug tracker?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36620] Documentation missing parameter for Itertools.zip_longest

2019-05-08 Thread Raymond Hettinger


Raymond Hettinger  added the comment:

Sorry, I don't want to do this in the summary table.  The goal of the table is 
to provide a minimal overview to help select the appropriate itertool and to 
provide a fast link to the details given below.

--
assignee: Mariatta -> rhettinger

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36620] Documentation missing parameter for Itertools.zip_longest

2019-05-08 Thread Roundup Robot


Change by Roundup Robot :


--
keywords: +patch
pull_requests: +13121
stage: needs patch -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36620] Documentation missing parameter for Itertools.zip_longest

2019-05-08 Thread Ying Wang


Ying Wang  added the comment:

I would like to take a stab at this as a first-time CPython contributor.

--
nosy: +Ying Wang

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36620] Documentation missing parameter for Itertools.zip_longest

2019-04-12 Thread Cheryl Sabella


Cheryl Sabella  added the comment:

Thanks, Charles.  I'm going to assign this to @Mariatta for the sprints.

--
assignee: docs@python -> Mariatta
nosy: +Mariatta

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36620] Documentation missing parameter for Itertools.zip_longest

2019-04-12 Thread Karthikeyan Singaravelan


Change by Karthikeyan Singaravelan :


--
nosy: +rhettinger

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36620] Documentation missing parameter for Itertools.zip_longest

2019-04-12 Thread Charles Merriam


Charles Merriam  added the comment:

Hi Cheryl,

No.  I've dealt with the Team Python long cycles for random pull requests
before.

Charles

On Fri, Apr 12, 2019 at 2:27 PM Cheryl Sabella 
wrote:

>
> Cheryl Sabella  added the comment:
>
> Good catch!  In the same section, accumulate() is missing the `initial`
> argument.
>
> Would you be interested in submitting a pull request for this?
>
> --
> nosy: +cheryl.sabella
>
> ___
> Python tracker 
> 
> ___
>

--
nosy: +Charles.Merriam

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36620] Documentation missing parameter for Itertools.zip_longest

2019-04-12 Thread Cheryl Sabella


Cheryl Sabella  added the comment:

Good catch!  In the same section, accumulate() is missing the `initial` 
argument.  

Would you be interested in submitting a pull request for this?

--
nosy: +cheryl.sabella

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36620] Documentation missing parameter for Itertools.zip_longest

2019-04-12 Thread SilentGhost


Change by SilentGhost :


--
stage:  -> needs patch
versions: +Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36620] Documentation missing parameter for Itertools.zip_longest

2019-04-12 Thread Charles Merriam


New submission from Charles Merriam :

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@python
components: Documentation
messages: 340107
nosy: CharlesMerriam, docs@python
priority: normal
severity: normal
status: open
title: Documentation missing parameter for Itertools.zip_longest
type: enhancement
versions: Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com