[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
Fri Oct 3 17:37:23 UTC 2008


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





------- Comment #1 from bsouthey at gmail.com  2008-10-03 13:37 EST -------
I should add that this error is new in Python 2.6, see 'Porting to Python 2.6'
section of http://docs.python.org/whatsnew/2.6.html
"
object.__init__() previously accepted arbitrary arguments and keyword
arguments, ignoring them. In Python 2.6, this is no longer allowed and will
result in a TypeError. This will affect __init__() methods that end up calling
the corresponding method on object (perhaps through using super()). See issue
1683368 for discussion.
"


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