[Biopython-dev] Bio/Entrez/__init__.py
Tiago Antão
tiagoantao at gmail.com
Mon Nov 8 16:34:31 UTC 2010
Hi,
There is a doctest line that is making 2to3 go bonkers on Bio.Entrez
(__init__.py)
Line 55
>>> for record in records:
... # each record is a Python dictionary or list.
Simplying adding a
... pass
Is enough (the code should not work as it is an empty for, so 2to3 is
actually correct)
--
"If you want to get laid, go to college. If you want an education, go
to the library." - Frank Zappa
More information about the Biopython-dev
mailing list