summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2017-10-24-00-42-14.bpo-27141.zbAgSs.rst
blob: 76c2abbf82d689cd22ba921320e7a19acd4e11ee (plain)
1
2
3
Added a ``__copy__()`` to ``collections.UserList`` and
``collections.UserDict`` in order to correctly implement shallow copying of
the objects. Patch by Bar Harel.