chapmanb / bcbb

Incubator for useful bioinformatics code, primarily in Python and R
http://bcbio.wordpress.com
603 stars 243 forks source link

py3: raise TypeError on binary file handle #127

Closed tipabu closed 5 years ago

tipabu commented 5 years ago

See #125

While we're at it, add a next method to FakeHandle so tests will pass on py2.

chapmanb commented 5 years ago

Brilliant. Thanks so much for the fix, improvements on py2 and the tests.