]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45752: Remove "array" from list of things that cannot be copied in `copy` module...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Sun, 14 Nov 2021 12:56:01 +0000 (12:56 +0000)
committerGitHub <noreply@github.com>
Sun, 14 Nov 2021 12:56:01 +0000 (04:56 -0800)
commitc2c4fdf5ea6e9cba4ef469d08a52abb9cfa756a5
tree6773b8002e6648ca323c76d90299de203b0de476
parentb7360ae395e9e633d384d16064c5dc04a9841e19
bpo-45752: Remove "array" from list of things that cannot be copied in `copy` module docstring (GH-29555)

Automerge-Triggered-By: GH:asvetlov
Lib/copy.py