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 rhettinger
Recipients eric.smith, rhettinger, terry.reedy
Date 2010-11-24.02:16:53
SpamBayes Score 0.11008536
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Guido approved these both in a thread earlier this year.

The reasoning for copy() was the same as for clear(), some folks couldn't cope with:

   b = a[:]
History
Date User Action Args
2010-11-24 02:17:01rhettingersetrecipients: + rhettinger, terry.reedy, eric.smith
2010-11-24 02:17:01rhettingersetmessageid: <[email protected]>
2010-11-24 02:16:53rhettingerlinkissue10516 messages
2010-11-24 02:16:53rhettingercreate