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 pitrou
Recipients BreamoreBoy, agillesp, pitrou, r.david.murray, ryles, serhiy.storchaka
Date 2012-04-29.13:54:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335707686.37.0.434806067427.issue6759@psf.upfronthosting.co.za>
In-reply-to
Content
> Deprecate universal newline support in zipfile. zipfile.ZipExtFile
> should always work with non-modified bytes, and who need the text, let 
> wraps zipfile.ZipExtFile with io.TextIOWrapper.

This would be fine with me.
History
Date User Action Args
2012-04-29 13:54:46pitrousetrecipients: + pitrou, r.david.murray, ryles, agillesp, BreamoreBoy, serhiy.storchaka
2012-04-29 13:54:46pitrousetmessageid: <1335707686.37.0.434806067427.issue6759@psf.upfronthosting.co.za>
2012-04-29 13:54:45pitroulinkissue6759 messages
2012-04-29 13:54:45pitroucreate