-
-
Notifications
You must be signed in to change notification settings - Fork 32k
itertools.rst
says that start
is a required argument for count
, while it is not
#111343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Ideally we'd use the more accurate |
|
|
…ount` (pythongh-111344) (cherry picked from commit ee2d22f) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
itertool.rst
says that start
is the required argument for count
, while it is notitertools.rst
says that start
is the required argument for count
, while it is not
itertools.rst
says that start
is the required argument for count
, while it is notitertools.rst
says that start
is a required argument for count
, while it is not
@rhettinger, I don't think this is complete:
|
My personal opinion is that this is over nitpicking what is supposed to be an overview table with a hotlink to more details. No actual user has ever been confused by this. I accepted the PR mainly to satisty sobolevn and this isn't worth backporting or further mangling the table, As zware noted, this is getting ridiculous. The table isn't the spec intended to cover exact argument semantics. I think we're losing sight of the actual purpose are getting lost in irrelevant details in a place that wasn't intended to be awash in details. |
Uh oh!
There was an error while loading. Please reload this page.
Bug report
However,
I propose that we use
[start, step]
instead.Linked PRs
itertools
docs:start
arg is optional forcount
#111344itertools
docs:start
arg is optional forcount
(gh-111344) #111385The text was updated successfully, but these errors were encountered: