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 serhiy.storchaka
Recipients alanmcintyre, serhiy.storchaka, twouters
Date 2016-05-15.18:23:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463336602.94.0.363644818568.issue27029@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch removes support of modes 'U' and 'rU' in zipfile.ZipFile.open. This support was baggy and not consistent with other binary file objects. It was deprecated since Python 3.4.
History
Date User Action Args
2016-05-15 18:23:24serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, alanmcintyre
2016-05-15 18:23:22serhiy.storchakasetmessageid: <1463336602.94.0.363644818568.issue27029@psf.upfronthosting.co.za>
2016-05-15 18:23:22serhiy.storchakalinkissue27029 messages
2016-05-15 18:23:22serhiy.storchakacreate