[Biopython-dev] [Bug 2509] Deprecating the .data property of the Seq and MutableSeq objects

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Wed Oct 15 17:21:03 UTC 2008


http://bugzilla.open-bio.org/show_bug.cgi?id=2509





------- Comment #4 from biopython-bugzilla at maubp.freeserve.co.uk  2008-10-15 13:21 EST -------
Checking in Seq.py;
/home/repository/biopython/biopython/Bio/Seq.py,v  <--  Seq.py
new revision: 1.46; previous revision: 1.45
done
Checking in ../DEPRECATED;
/home/repository/biopython/biopython/DEPRECATED,v  <--  DEPRECATED
new revision: 1.31; previous revision: 1.30
done

The Seq object's .data is now a new style property and will issue a warning if
written to. We can then easily make this into a read only property for the next
release (and perhaps make even reading the property trigger a warning).

If we do keep the MutableSeq's data property as read/write, it should check the
alphabet if Bug 2597 is fixed.


-- 
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Biopython-dev mailing list