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

bpo-41774: Add programming FAQ entry #22402

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

terryjreedy added 2 commits Sep 24, 2020
In the "Sequences (Tuples/Lists)" section, add
"How do you remove multiple items from a list".
Doc/faq/programming.rst Outdated Show resolved Hide resolved
Doc/faq/programming.rst Outdated Show resolved Hide resolved
@terryjreedy terryjreedy changed the title Remove multiple bpo-41774: Add programming FAQ entry Sep 24, 2020
Copy link
Member

@ericvsmith ericvsmith left a comment

Looks good!

@terryjreedy
Copy link
Member Author

terryjreedy commented Sep 25, 2020

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
3 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented Sep 29, 2020

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
Copy link

bedevere-bot commented Sep 29, 2020

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

bedevere-bot commented Sep 29, 2020

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

@terryjreedy terryjreedy deleted the remove-multiple branch Sep 29, 2020
@terryjreedy
Copy link
Member Author

terryjreedy commented Sep 29, 2020

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.

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.

None yet

5 participants