8000 bpo-45752: Remove "array" from list of things that cannot be copied i… · python/cpython@c2c4fdf · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit c2c4fdf

Browse files
authored
bpo-45752: Remove "array" from list of things that cannot be copied in copy module docstring (GH-29555)
Automerge-Triggered-By: GH:asvetlov
1 parent b7360ae commit c2c4fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/copy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ class instances).
3939
set of components copied
4040
4141
This version does not copy types like module, class, function, method,
42-
nor stack trace, stack frame, nor file, socket, window, nor array, nor
43-
any similar types.
42+
nor stack trace, stack frame, nor file, socket, window, nor any
43+
similar types.
4444
4545
Classes can use the same interfaces to control copying that they use
4646
to control pickling: they can define methods called __getinitargs__(),

0 commit comments

Comments
 (0)
0