[Biopython-dev] [Bug 2604] test_Restriction failure with Python 2.6 (also cause error in test_CAPS)

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Mon Oct 6 15:17:16 UTC 2008


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





------- Comment #3 from bsouthey at gmail.com  2008-10-06 11:17 EST -------
(In reply to comment #2)

I changed the line:
super(RestrictionType,cls).__init__(name, bases, dct)
to
super(RestrictionType,cls).__init__(cls, name, bases, dct)

All the tests for Restriction passed for all my Python versions 2.3, 2.4, 2.5
and 2.6. So it appears that there no need to check the Python version - of
course this needs at least a verification under Windows.


-- 
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