]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45752: Remove "array" from list of things that cannot be copied in `copy` module...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 14 Nov 2021 13:18:31 +0000 (05:18 -0800)
committerGitHub <noreply@github.com>
Sun, 14 Nov 2021 13:18:31 +0000 (05:18 -0800)
commit55d24edaadba4ee90f464d88b44075649788f128
tree4fede40cfbb5aebb19c3c13ca230772e8168c24b
parent2081f9fe75a3a990394fbccd0c1c91c229c6289e
bpo-45752: Remove "array" from list of things that cannot be copied in `copy` module docstring (GH-29555)

Automerge-Triggered-By: GH:asvetlov
(cherry picked from commit c2c4fdf5ea6e9cba4ef469d08a52abb9cfa756a5)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/copy.py