This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Remove tarfile.filemode
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: methane
Priority: normal Keywords: patch

Created on 2018-06-12 09:34 by methane, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 7661 merged methane, 2018-06-12 09:36
Messages (2)
msg319370 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2018-06-12 09:34
ref: #14807, ffa1d0b8d53f426f1f9a0d47f25440b8994c4fb0

tarfile.filemode is deprecated since Python 3.3.
And it is not exported by __all__.
msg320655 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2018-06-28 08:10
New changeset 461a1c4b497e5e118ebb6b77eb59348cc4ec83f9 by INADA Naoki in branch 'master':
bpo-33842: Remove tarfile.filemode (GH-7661)
https://github.com/python/cpython/commit/461a1c4b497e5e118ebb6b77eb59348cc4ec83f9
History
Date User Action Args
2022-04-11 14:59:01adminsetgithub: 78023
2018-06-28 08:10:58methanesetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-06-28 08:10:40methanesetmessages: + msg320655
2018-06-12 09:36:03methanesetkeywords: + patch
stage: patch review
pull_requests: + pull_request7276
2018-06-12 09:34:03methanecreate