<html>
<head>
<style>
body {
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  color:#484848;
}
h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0px; }
h1 { font-size: 1.2em; }
h2, h3 { font-size: 1.1em; }
a, a:link, a:visited { color: #2A5685;}
a:hover, a:active { color: #c61a1a; }
a.wiki-anchor { display: none; }
fieldset.attachments {border-width: 1px 0 0 0;}
hr {
  width: 100%;
  height: 1px;
  background: #ccc;
  border: 0;
}
span.footer {
  font-size: 0.8em;
  font-style: italic;
}
</style>
</head>
<body>
Issue #2879 has been updated by Vincent Davis.

<ul>
  <li><strong>Description</strong> updated (<a title="View differences" href="https://redmine.open-bio.org/journals/diff/15347?detail_id=1621">diff</a>)</li>
  <li><strong>Assignee</strong> changed from <i>Biopython Dev Mailing List</i> to <i>Vincent Davis</i></li>
</ul>


<hr />
<h1><a href="https://redmine.open-bio.org/issues/2879#change-15347">Bug #2879: missing __delitem__ in Bio.PDB.Entity.Entity</a></h1>

<ul><li>Author: empty empty</li>
<li>Status: New</li>
<li>Priority: Normal</li>
<li>Assignee: Vincent Davis</li>
<li>Category: Main Distribution</li>
<li>Target version: 1.51b</li>
<li>URL: </li></ul>

<p>I realised that using the <i>delitem</i> method in class Chain causes the following error message:<br />...<br />  File "/Library/Python/2.5/site-packages/Bio/PDB/Chain.py", line 79, in <i>delitem</i><br />    return Entity.__delitem__(self, id)<br />AttributeError: class Entity has no attribute '__delitem__'<br />And indeed, the class Entity doesn't have the method <i>delitem</i> even though it is used in Chain.</p>



<hr />
<span class="footer"><p>You have received this notification because you have either subscribed to it, or are involved in it.<br />To change your notification preferences, please click here and login: <a class="external" href="http://redmine.open-bio.org">http://redmine.open-bio.org</a></p></span>
</body>
</html>