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
Conversation
In the "Sequences (Tuples/Lists)" section, add "How do you remove multiple items from a list".
I re-wrote in response to Raymond's comment on the issue. |
Thanks @terryjreedy for the PR |
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