mirror of https://github.com/python/cpython
bpo-45752: Fix no-support examples in 'copy' docs (GH-29548)
This commit is contained in:
parent
464e6616be
commit
b7360ae395
|
@ -60,7 +60,7 @@ The :func:`deepcopy` function avoids these problems by:
|
|||
components copied.
|
||||
|
||||
This module does not copy types like module, method, stack trace, stack frame,
|
||||
file, socket, window, array, or any similar types. It does "copy" functions and
|
||||
file, socket, window, or any similar types. It does "copy" functions and
|
||||
classes (shallow and deeply), by returning the original object unchanged; this
|
||||
is compatible with the way these are treated by the :mod:`pickle` module.
|
||||
|
||||
|
|
Loading…
Reference in New Issue