Skip to content

Conversation

@Mariatta
Copy link
Member

@Mariatta Mariatta commented Feb 5, 2018

arg_name and element_index are defined as digit instead of integer.

https://bugs.python.org/issue32720

`arg_name` and `element_index` are defined as `digit` instead of `integer`.
Copy link
Contributor

@nathankerr96 nathankerr96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe these should be "digit+" since we can use one or more digits

@Mariatta
Copy link
Member Author

Mariatta commented Feb 5, 2018

@nathankerr96 Yes you're right :) Thanks. Updated.

@nathankerr96
Copy link
Contributor

Great, thanks for making this change. I got caught up in the process of submitting my first pr and didn't do my due diligence. I should have caught this the first time around. Thanks again!

@Mariatta Mariatta merged commit 7a561af into python:master Feb 5, 2018
@miss-islington
Copy link
Contributor

Thanks @Mariatta for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒⛏🤖

@Mariatta
Copy link
Member Author

Mariatta commented Feb 5, 2018

Thanks :)

@Mariatta Mariatta deleted the bpo-32720 branch February 5, 2018 09:29
@bedevere-bot
Copy link

GH-5546 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 5, 2018
…GH-5544)

`arg_name` and `element_index` are defined as `digit`+ instead of `integer`.
(cherry picked from commit 7a561af)

Co-authored-by: Mariatta <[email protected]>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 5, 2018
…GH-5544)

`arg_name` and `element_index` are defined as `digit`+ instead of `integer`.
(cherry picked from commit 7a561af)

Co-authored-by: Mariatta <[email protected]>
@bedevere-bot
Copy link

GH-5547 is a backport of this pull request to the 3.6 branch.

Mariatta added a commit that referenced this pull request Feb 7, 2018
… (GH-5546)

`arg_name` and `element_index` are defined as `digit`+ instead of `integer`.
(cherry picked from commit 7a561af)

Co-authored-by: Mariatta <[email protected]>
miss-islington added a commit that referenced this pull request Feb 12, 2018
… (GH-5547)

`arg_name` and `element_index` are defined as `digit`+ instead of `integer`.
(cherry picked from commit 7a561af)

Co-authored-by: Mariatta <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants