[Biopython-dev] Python 2.6

Peter biopython at maubp.freeserve.co.uk
Thu Oct 9 17:19:11 UTC 2008


Peter wrote,
> I'll rerun the test suite tomorrow on Python 2.6, but apart from
> Bio.Restriction I think we are OK on the the set/Set issue.
>
> There's a complex __init__ / super issue in Bio.Restriction on Bug
> 2604 which may be solved (Eric is hoping to investigate further time
> permitting).  Any additional eyes on this couldn't hurt.  See
> http://bugzilla.open-bio.org/show_bug.cgi?id=2604

Using CVS, Bio.Restriction seems happy now - in addition to the
"super" change for Bug 2604, I have also made the sets/set change.

> Are there any other python 2.6 issues?

I'd forgotten about the Bio.Crystal exception problem (we didn't file
a bug on this):

.../Bio/Crystal/__init__.py:42: DeprecationWarning:
BaseException.message has been deprecated as of Python 2.6
  self.message = message

Otherwise all core the tests pass on my Linux python 2.6 machine
(skipping those needing reportlab, MySQLdb or other optional modules).

Peter



More information about the Biopython-dev mailing list