[Biopython-dev] [Bug 2454] Iterators can't use file-like objects
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Tue Jun 17 14:43:42 UTC 2008
http://bugzilla.open-bio.org/show_bug.cgi?id=2454
------- Comment #15 from biopython-bugzilla at maubp.freeserve.co.uk 2008-06-17 10:43 EST -------
I've removed the strict file-like test in:
Bio/Sequencing/Ace.py revision: 1.12
Bio/Sequencing/Phd.py revision: 1.6
In these cases, the handle is immediately turned into an UndoHandle which will
be able to check for a sufficiently file like object.
Hopefully that's what you meant Michiel - we could go further and introduce a
parse() function and deprecate the Iterator objects in these modules.
--
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