[Biopython-dev] Python 2 and 3 migration thoughts

Peter Cock p.j.a.cock at googlemail.com
Tue Oct 22 13:59:58 UTC 2013


On Sun, Oct 20, 2013 at 3:32 PM, Peter Cock wrote:
> Hi all,
>
> I've just made a pull request on dictionary method handling:
> https://github.com/biopython/biopython/pull/248
>
> Some comments over on GitHub (or here) would be great.
>
> Thanks,
>
> Peter

Thanks for looking over that Eric, if there are no objections
I intend to rebase and apply the dictionary changes later this
week: https://github.com/biopython/biopython/pull/248

Separately, regarding the imports issue - do people have
a preference on the try/except as demonstrated here
https://github.com/biopython/biopython/pull/249 versus
a compatibility layer in Bio._py3k, or a bundled copy of
'six'?

e.g. https://github.com/peterjc/biopython/tree/builtins
e.g. https://github.com/peterjc/biopython/tree/six

Thanks,

Peter



More information about the Biopython-dev mailing list