Jussi Piitulainen <jussi.piitulai...@helsinki.fi> writes:
>         return ModeIO(f.read())

These suggestions involving f.read() assume the file contents are small
enough to reasonably slurp into memory.  That's unlike the original
where "load" receives a stream and might process it piecewise.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to