This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nadeem.vawda
Recipients Chris.Barker, agillesp, jackdied, nadeem.vawda, python-dev, radek768
Date 2012-10-21.16:34:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350837240.31.0.354184296065.issue5148@psf.upfronthosting.co.za>
In-reply-to
Content
The data corruption issue is now fixed in the 2.7 branch.

In 3.x, using a mode containing 'U' results in an exception rather than silent data corruption. Additionally, gzip.open() has supported text modes ("rt"/"wt"/"at") and newline translation since 3.3 [issue 13989].
History
Date User Action Args
2012-10-21 16:34:00nadeem.vawdasetrecipients: + nadeem.vawda, jackdied, Chris.Barker, radek768, agillesp, python-dev
2012-10-21 16:34:00nadeem.vawdasetmessageid: <1350837240.31.0.354184296065.issue5148@psf.upfronthosting.co.za>
2012-10-21 16:34:00nadeem.vawdalinkissue5148 messages
2012-10-21 16:34:00nadeem.vawdacreate