Skip to content
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

A lack of line 6 #73130

Closed
wooyoo mannequin opened this issue Dec 12, 2016 · 5 comments
Closed

A lack of line 6 #73130

wooyoo mannequin opened this issue Dec 12, 2016 · 5 comments
Labels
3.7 (EOL) end of life docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@wooyoo
Copy link
Mannequin

wooyoo mannequin commented Dec 12, 2016

BPO 28944
Nosy @berkerpeksag

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2016-12-15.02:38:41.948>
created_at = <Date 2016-12-12.12:10:28.050>
labels = ['type-bug', '3.7', 'docs']
title = 'A lack of line 6'
updated_at = <Date 2016-12-15.02:38:41.933>
user = 'https://bugs.python.org/wooyoo'

bugs.python.org fields:

activity = <Date 2016-12-15.02:38:41.933>
actor = 'berker.peksag'
assignee = 'docs@python'
closed = True
closed_date = <Date 2016-12-15.02:38:41.948>
closer = 'berker.peksag'
components = ['Documentation']
creation = <Date 2016-12-12.12:10:28.050>
creator = 'woo yoo'
dependencies = []
files = []
hgrepos = []
issue_num = 28944
keywords = []
message_count = 5.0
messages = ['282987', '282988', '283066', '283229', '283230']
nosy_count = 4.0
nosy_names = ['docs@python', 'python-dev', 'berker.peksag', 'woo yoo']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue28944'
versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']

@wooyoo
Copy link
Mannequin Author

wooyoo mannequin commented Dec 12, 2016

This is the documented rule, which lacks a comma within the last line.
keywords_arguments ::= (keyword_item | "**" expression)
("," keyword_item | "**" expression)*
The correct form should be:
keywords_arguments ::= (keyword_item | "**" expression)
("," keyword_item |",""**" expression)*

The original documentation is https://docs.python.org/3/reference/expressions.html#calls

@wooyoo wooyoo mannequin assigned docspython Dec 12, 2016
@wooyoo wooyoo mannequin added the docs Documentation in the Doc dir label Dec 12, 2016
@wooyoo
Copy link
Mannequin Author

wooyoo mannequin commented Dec 12, 2016

There is no line 6 between line 7 and line 5.
Here is the original documentationhttps://docs.python.org/3/library/stdtypes.html#old-string-formatting

@wooyoo wooyoo mannequin changed the title A lack of comma within EBNF rule of keywords_arguments A lack of line 6 Dec 12, 2016
@MojoVampire
Copy link
Mannequin

MojoVampire mannequin commented Dec 13, 2016

You're reusing the same issue for completely different things. Make a separate issue for separate docs issues.

@python-dev
Copy link
Mannequin

python-dev mannequin commented Dec 15, 2016

New changeset a89469328b78 by Berker Peksag in branch '3.5':
Issue bpo-28944: Fix footnote numbering
https://hg.python.org/cpython/rev/a89469328b78

New changeset 502f5d53fb4a by Berker Peksag in branch '3.6':
Issue bpo-28944: Merge from 3.5
https://hg.python.org/cpython/rev/502f5d53fb4a

New changeset 13b600dc4ee5 by Berker Peksag in branch 'default':
Issue bpo-28944: Merge from 3.6
https://hg.python.org/cpython/rev/13b600dc4ee5

@berkerpeksag
Copy link
Member

Thanks for the report, woo woo.

@berkerpeksag berkerpeksag added the 3.7 (EOL) end of life label Dec 15, 2016
@berkerpeksag berkerpeksag added the type-bug An unexpected behavior, bug, or error label Dec 15, 2016
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.7 (EOL) end of life docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant