summaryrefslogtreecommitdiff
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.