summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2017-10-24-00-42-14.bpo-27141.zbAgSs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2017-10-24-00-42-14.bpo-27141.zbAgSs.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2017-10-24-00-42-14.bpo-27141.zbAgSs.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-10-24-00-42-14.bpo-27141.zbAgSs.rst b/Misc/NEWS.d/next/Library/2017-10-24-00-42-14.bpo-27141.zbAgSs.rst
deleted file mode 100644
index 76c2abbf82..0000000000
--- a/Misc/NEWS.d/next/Library/2017-10-24-00-42-14.bpo-27141.zbAgSs.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Added a ``__copy__()`` to ``collections.UserList`` and
-``collections.UserDict`` in order to correctly implement shallow copying of
-the objects. Patch by Bar Harel.