Skip to content

Document that dict.fromkeys accepts any iterable for keys#10998

Merged
rhettinger merged 3 commits into
python:masterfrom
andresdelfino:dict.fromkeys-iterable
Dec 23, 2018
Merged

Document that dict.fromkeys accepts any iterable for keys#10998
rhettinger merged 3 commits into
python:masterfrom
andresdelfino:dict.fromkeys-iterable

Conversation

@andresdelfino
Copy link
Copy Markdown
Contributor

Parameter name "seq" is updated to "iterable" (the current name reported by help() on 3.7.1).

@miss-islington
Copy link
Copy Markdown
Contributor

Thanks @andresdelfino for the PR, and @rhettinger for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@bedevere-bot
Copy link
Copy Markdown

GH-11294 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 Dec 23, 2018
…0998)

(cherry picked from commit f06fba5)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
rhettinger pushed a commit that referenced this pull request Dec 23, 2018
…H-11294)

(cherry picked from commit f06fba5)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
@andresdelfino andresdelfino deleted the dict.fromkeys-iterable branch December 23, 2018 11:29
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 issue skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants