-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
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
Conversation
In the "Sequences (Tuples/Lists)" section, add "How do you remove multiple items from a list".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
I re-wrote in response to Raymond's comment on the issue. |
Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
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>
GH-22447 is a backport of this pull request to the 3.9 branch. |
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>
GH-22448 is a backport of this pull request to the 3.8 branch. |
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. |
In the "Sequences (Tuples/Lists)" section, add "How do you remove multiple items from a list".
In the "Sequences (Tuples/Lists)" section, add
"How do you remove multiple items from a list".
https://bugs.python.org/issue41774