[Biopython-dev] [Bug 2600] enhance Seq and SeqRecord to new style classes
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Wed Oct 8 11:50:20 EDT 2008
http://bugzilla.open-bio.org/show_bug.cgi?id=2600
------- Comment #2 from biopython-bugzilla at maubp.freeserve.co.uk 2008-10-08 11:50 EST -------
Does anyone have any objections to this three line change? Its "just" doing
this to the Seq, MutableSeq and SeqRecord classes:
old:
class Seq :
...
new:
class Seq(object) :
...
Peter
--
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