[New-bugs-announce] [issue29210] Remove the support of the exclude argument in tarfile.TarFile.add()

Serhiy Storchaka report at bugs.python.org
Sun Jan 8 13:22:27 EST 2017


New submission from Serhiy Storchaka:

Proposed patch removes the support of the exclude argument in tarfile.TarFile.add(). It was deprecated in 2.7 and 3.2. The filter argument that supersedes it is available in all maintained releases.

----------
components: Library (Lib)
files: remove_tarfile_add_exclude.patch
keywords: patch
messages: 285002
nosy: lars.gustaebel, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Remove the support of the exclude argument in tarfile.TarFile.add()
type: enhancement
versions: Python 3.7
Added file: http://bugs.python.org/file46217/remove_tarfile_add_exclude.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29210>
_______________________________________


More information about the New-bugs-announce mailing list