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 <rep...@bugs.python.org>
<http://bugs.python.org/issue29210>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to