]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41774: Add programming FAQ entry (GH-22402)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 29 Sep 2020 05:27:06 +0000 (22:27 -0700)
committerGitHub <noreply@github.com>
Tue, 29 Sep 2020 05:27:06 +0000 (22:27 -0700)
commit868c8e41eb1d7dc032679ae06e62c0d60edd7725
treef0e11312b8233ead5dd5c8f6588e4a35858568a5
parentcca896e13b230a934fdb709b7f10c5451ffc25ba
bpo-41774: Add programming FAQ entry (GH-22402)

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

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Doc/faq/programming.rst
Misc/NEWS.d/next/Documentation/2020-09-24-15-35-13.bpo-41774.5IqdGP.rst [new file with mode: 0644]