[issue27141] Fix collections.UserList shallow copy

Serhiy Storchaka report at bugs.python.org
Sun Sep 25 17:44:51 EDT 2016


Serhiy Storchaka added the comment:

UserList.copy() doesn't copy instance attributes, but copy.copy() should copy them.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27141>
_______________________________________


More information about the Python-bugs-list mailing list