[New-bugs-announce] [issue27029] Remove support of deprecated mode 'U' in zipfile

Serhiy Storchaka report at bugs.python.org
Sun May 15 14:23:22 EDT 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue27029>
_______________________________________


More information about the New-bugs-announce mailing list