[issue5148] gzip.open breaks with 'U' flag

Skip Montanaro report at bugs.python.org
Wed Feb 4 21:21:47 CET 2009


Skip Montanaro <skip at pobox.com> added the comment:

Seems like this should be fairly easy to do right.  'U' needs to be
removed from the flags but then applied to the lines read from the
stream.

----------
keywords: +easy
nosy: +skip.montanaro
stage:  -> needs patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5148>
_______________________________________


More information about the Python-bugs-list mailing list