[Biopython-dev] [Bug 2752] Context management for Bio.Entrez handles
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Mon Feb 9 23:02:54 EST 2009
http://bugzilla.open-bio.org/show_bug.cgi?id=2752
eric.talevich at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Comment #2 from eric.talevich at gmail.com 2009-02-09 23:02 EST -------
I'll take care of it this week.
As I'm picturing this, existing users should be unaffected because the new
__enter__ and __exit__ methods won't be called. The class-vs-function
distinction will be invisible, unless some flagrant isinstance() testing or
other metaprogramming is occurring, and I don't know why anyone would do that
with these particular functions.
This also means some classes will have lowercase names, contradicting the usual
style. I hope that's OK; it's for a good cause.
--
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