8000 bpo-41774: Add programming FAQ entry by terryjreedy · Pull Request #22402 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-41774: Add programming FAQ entry #22402

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

Merged
merged 5 commits into from
Sep 29, 2020

Conversation

terryjreedy
Copy link
Member
@terryjreedy terryjreedy commented Sep 24, 2020

In the "Sequences (Tuples/Lists)" section, add
"How do you remove multiple items from a list".

https://bugs.python.org/issue41774

In the "Sequences (Tuples/Lists)" section, add
"How do you remove multiple items from a list".
@terryjreedy terryjreedy changed the title Remove multiple bpo-41774: Add programming FAQ entry Sep 24, 2020
Copy link
Member
@ericvsmith ericvsmith left a comment

Choose a reason for hiding this comment

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

Looks good!

@terryjreedy
Copy link
Member Author

I re-wrote in response to Raymond's comment on the issue.

@terryjreedy terryjreedy removed their assignment Sep 25, 2020
@terryjreedy terryjreedy merged commit 5b0181d into python:master Sep 29, 2020
@miss-islington
Copy link
Contributor

Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 29, 2020
In the "Sequences (Tuples/Lists)" section, add
"How do you remove multiple items from a list".
(cherry picked from commit 5b0181d)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Sep 29, 2020
@bedevere-bot
Copy link

GH-22447 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 29, 2020
In the "Sequences (Tuples/Lists)" section, add
"How do you remove multiple items from a list".
(cherry picked from commit 5b0181d)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@bedevere-bot
Copy link

GH-22448 is a backport of this pull request to the 3.8 branch.

@terryjreedy terryjreedy deleted the remove-multiple branch September 29, 2020 05:03
@terryjreedy
Copy link
Member Author

The conditions are not python function calls, and I prefer not to suggest that they are. I sometimes use to mean code to be substituted, but I don't think that this is established for the FAQ. If some people do a style consistency pass, they can do whatever they decide on.

8000

miss-islington added a commit that referenced this pull request Sep 29, 2020
In the "Sequences (Tuples/Lists)" section, add
"How do you remove multiple items from a list".
(cherry picked from commit 5b0181d)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
miss-islington added a commit that referenced this pull request Sep 29, 2020
In the "Sequences (Tuples/Lists)" section, add
"How do you remove multiple items from a list".
(cherry picked from commit 5b0181d)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
xzy3 pushed a commit to xzy3/cpython that referenced this pull request Oct 18, 2020
In the "Sequences (Tuples/Lists)" section, add
"How do you remove multiple items from a list".
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants
0