mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
[3.10] bpo-45752: Fix no-support examples in 'copy' docs (GH-29548) (GH-29556)
(cherry picked from commit b7360ae395
)
Co-authored-by: M. Mostafa Farzan <m2_farzan@yahoo.com>
Automerge-Triggered-By: GH:asvetlov
This commit is contained in:
parent
bf26a6da7a
commit
2081f9fe75
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue