◐ Shell
clean mode source ↗

bpo-41774: Add programming FAQ entry by terryjreedy · Pull Request #22402 · python/cpython

added 2 commits

September 24, 2020 15:40
In the "Sequences (Tuples/Lists)" section, add
"How do you remove multiple items from a list".

ericvsmith

@terryjreedy terryjreedy changed the title Remove multiple bpo-41774: Add programming FAQ entry

Sep 24, 2020

@terryjreedy

ericvsmith

@terryjreedy

@terryjreedy

ericvsmith

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>

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>

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".