New submission from Serhiy Storchaka:

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.

----------
components: Library (Lib)
files: zipfile_remove_deprecated.patch
keywords: patch
messages: 265640
nosy: alanmcintyre, serhiy.storchaka, twouters
priority: normal
severity: normal
stage: patch review
status: open
title: Remove support of deprecated mode 'U' in zipfile
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file42861/zipfile_remove_deprecated.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27029>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to