]> 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:21:32 +0000 (05:21 -0800)
committerGitHub <noreply@github.com>
Sun, 14 Nov 2021 13:21:32 +0000 (05:21 -0800)
commit9f9a3028e3bb923e726789ab3ea5ce298b596bc6
tree3a2bfaa1c9cd30e0ae2d8a7f23172aa64234e536
parent6073920fcdb5a36d20a6a7c6ee204f74f00e1cb4
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