This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients frankmillman, peter.otten, pitrou, python-dev, r.david.murray, vstinner, yselivanov
Date 2014-02-27.21:16:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3fZmrg4pGCz7Lk9@mail.python.org>
In-reply-to
Content
New changeset c2523bca50d7 by Antoine Pitrou in branch 'default':
Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes object.  Initial patch by Peter Otten.
http://hg.python.org/cpython/rev/c2523bca50d7
History
Date User Action Args
2014-02-27 21:16:04python-devsetrecipients: + python-dev, peter.otten, pitrou, vstinner, frankmillman, r.david.murray, yselivanov
2014-02-27 21:16:04python-devlinkissue20791 messages
2014-02-27 21:16:04python-devcreate