[Biopython-dev] Python 3 status (ignoring numpy and our C code)

Peter biopython at maubp.freeserve.co.uk
Wed Jul 28 16:17:07 UTC 2010


Regarding the remaining Python 3 unit test failures,

On Tue, Jul 27, 2010 at 3:44 PM, Peter <biopython at maubp.freeserve.co.uk> wrote:
>
> test_CAPS ... ERROR
> test_Restriction ... ERROR
>
> TypeError: unhashable type: 'RestrictionType'
>
> This is a tricky issue, see:
> http://lists.open-bio.org/pipermail/biopython-dev/2010-July/007975.html

This is now fixed - it turns out that I didn't need to understand the full
complexities of the restriction object comparisons, just what __eq__ was doing:
http://lists.open-bio.org/pipermail/biopython-dev/2010-July/008089.html

Peter



More information about the Biopython-dev mailing list