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 ezio.melotti
Recipients DDarko, ezio.melotti, r.david.murray
Date 2012-11-06.04:13:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352175182.86.0.607405688829.issue16419@psf.upfronthosting.co.za>
In-reply-to
Content
Lists have a new copy method starting from Python 3.3:
Python 3.3.0+ (3.3:549f7b5baa83+, Nov  4 2012, 23:18:06) 
[GCC 4.6.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> list.copy
<method 'copy' of 'list' objects>
History
Date User Action Args
2012-11-06 04:13:02ezio.melottisetrecipients: + ezio.melotti, r.david.murray, DDarko
2012-11-06 04:13:02ezio.melottisetmessageid: <1352175182.86.0.607405688829.issue16419@psf.upfronthosting.co.za>
2012-11-06 04:13:02ezio.melottilinkissue16419 messages
2012-11-06 04:13:02ezio.melotticreate