]> granicus.if.org Git - python/commit
Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes object...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 27 Feb 2014 21:14:31 +0000 (22:14 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 27 Feb 2014 21:14:31 +0000 (22:14 +0100)
commitb807577da257ba2475abe955120fb7bdf739875c
treeaf84ab4998c5cee765c282f3b0ee04e0ad88b61b
parent3673670b675d8a686686a449a0a9a551f53dfee7
Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes object.  Initial patch by Peter Otten.
Lib/copy.py
Lib/test/test_copy.py
Misc/NEWS