summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPrince Roshan <princekrroshan01@gmail.com>2023-07-12 21:01:17 (GMT)
committerGitHub <noreply@github.com>2023-07-12 21:01:17 (GMT)
commit357e9e9da3929cb9d55ea31896e66f488e44e8f2 (patch)
tree6e1d540f81d5d3e3bbd4cc4e4e4b83fcbb4f2d3b /Misc
parente4b88c1e4ac129b36f99a534387d64f7b8cda8ef (diff)
downloadcpython-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.rst1
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`