]> 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)
commitdc9215f8828b23ed6c294f8e64342a55dcdf1e4c
treed4cc4203e175728a19a15e7f785a264297a6a883
parent85736a7d2c4fcb0369becf59b143e5035a2adc23
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