diff options
author | Prince Roshan <princekrroshan01@gmail.com> | 2023-07-12 21:01:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-12 21:01:17 (GMT) |
commit | 357e9e9da3929cb9d55ea31896e66f488e44e8f2 (patch) | |
tree | 6e1d540f81d5d3e3bbd4cc4e4e4b83fcbb4f2d3b /Misc | |
parent | e4b88c1e4ac129b36f99a534387d64f7b8cda8ef (diff) | |
download | cpython-357e9e9da3929cb9d55ea31896e66f488e44e8f2.zip cpython-357e9e9da3929cb9d55ea31896e66f488e44e8f2.tar.gz cpython-357e9e9da3929cb9d55ea31896e66f488e44e8f2.tar.bz2 |
gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106666)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-07-12-04-58-45.gh-issue-106602.dGCcXe.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-07-12-04-58-45.gh-issue-106602.dGCcXe.rst b/Misc/NEWS.d/next/Library/2023-07-12-04-58-45.gh-issue-106602.dGCcXe.rst new file mode 100644 index 0000000..d9c122f --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-07-12-04-58-45.gh-issue-106602.dGCcXe.rst @@ -0,0 +1 @@ +Add __copy__ and __deepcopy__ in :mod:`enum` |