Christopher Barker wrote:
I tried to post this to the bug tracker, but my attempt to create an
account failed -- do I need to be pre-approved or something?
No. If you do not get a response from the above, and a retry does not
work, you could email webmas...@python.org with details on what yo
s...@pobox.com wrote:
Christopher> 1) It would be nice if the gzip module (and the zip lib
Christopher>module) supported Universal newlines -- you could read a
Christopher>compressed text file with "wrong" newlines, and have
Christopher>them handled properly. However,
Christopher> 1) It would be nice if the gzip module (and the zip lib
Christopher>module) supported Universal newlines -- you could read a
Christopher>compressed text file with "wrong" newlines, and have
Christopher>them handled properly. However, that may be hard to do,
On Thu, Jan 29, 2009 at 12:39, Christopher Barker wrote:
> Hi all,
>
> Over on the matplotlib mailing list, we ran into a problem with trying to
> use Universal newlines with gzip. In virtually all of my code that reads
> text files, I use the 'U' flag to open files, it really helps not having to
Hi all,
Over on the matplotlib mailing list, we ran into a problem with trying
to use Universal newlines with gzip. In virtually all of my code that
reads text files, I use the 'U' flag to open files, it really helps not
having to deal with newline issues. Yes, they are fewer now that the
Mac