<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
This is the issue<br><br>I have created a mylist class by subclassing a List, added several attributes to mylIst , and overrided the append method which takes into account one of the new attributes.<br><br>mylist class is functional and works as I planned, but when I try to deepcopy objects from mylist  I received errors because the attribute has not been copied and the override append raise an error.<br><br>When I want to deepcopy one object from mylist the algorithm does not take into account the attributes I created; ergo, I have some errors from the copy module<br><br>I can use pickle to dump and load objects from my subclass with no errors.<br><br>Any ideas about how to make the copy module to behave as expected.<br><br>Thanks!<br><br>                                           </div></body>
</html>