]> granicus.if.org Git - python/commit
bpo-27141: Fix collections.UserList and UserDict shallow copy. (GH-4094)
authorBar Harel <bzvi7919@gmail.com>
Sun, 19 May 2019 13:57:13 +0000 (16:57 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 19 May 2019 13:57:13 +0000 (16:57 +0300)
commitf4e1babf44792bdeb0c01da96821ba0800a51fd8
treebc551ef155b52026cee8408766e7259f06024b45
parentc661b30f89ffe7a7995538d3b1649469b184bee4
bpo-27141: Fix collections.UserList and UserDict shallow copy. (GH-4094)
Lib/collections/__init__.py
Lib/test/test_collections.py
Misc/NEWS.d/next/Library/2017-10-24-00-42-14.bpo-27141.zbAgSs.rst [new file with mode: 0644]