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

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +879 ___ Python tracker ___ ___

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

2017-01-13 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

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

2017-01-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4e23948f2df2 by Serhiy Storchaka in branch 'default': Issue #29210: Removed support of deprecated argument "exclude" in https://hg.python.org/cpython/rev/4e23948f2df2 -- nosy: +python-dev ___ Python

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

2017-01-13 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___

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

2017-01-08 Thread Serhiy Storchaka
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: