Add tarfile.TarPath · Issue #89812 · python/cpython (original) (raw)
BPO | 45649 |
---|---|
Nosy | @jaraco, @ethanfurman, @FFY00, @barneygale |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None closed_at = None created_at = <Date 2021-10-28.15:59:21.866> labels = ['type-feature', 'library', '3.11'] title = 'Add tarinfo.Path' updated_at = <Date 2022-01-02.00:01:26.196> user = 'https://github.com/FFY00'
bugs.python.org fields:
activity = <Date 2022-01-02.00:01:26.196> actor = 'barneygale' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2021-10-28.15:59:21.866> creator = 'FFY00' dependencies = [] files = [] hgrepos = [] issue_num = 45649 keywords = [] message_count = 6.0 messages = ['405194', '405206', '405210', '409479', '409481', '409482'] nosy_count = 4.0 nosy_names = ['jaraco', 'ethan.furman', 'FFY00', 'barneygale'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue45649' versions = ['Python 3.11']
Linked PRs
- GH-89812: Churn pathlib.Path methods #104243
- [WIP] GH-89812: Add tarfile.TarPath #104272
- GH-89812: Add pathlib._PurePathExt #104810
- GH-89812: Clean up pathlib tests. #104829
- GH-89812: Churn pathlib.Path test methods #105807
- GH-89812: Add pathlib.UnsupportedOperation #105926
- GH-89812: Make symlink support configurable in pathlib tests. #106060
- GH-89812: Simplify creation of symlinks in pathlib tests. #106061
- GH-89812: Test that pathlib.Path.is_junction() returns false #106062
- GH-89812: Miscellaneous pathlib test improvements #106063
- GH-89812: Improve test for pathlib.Path.stat() #106064
- GH-89812: Add pathlib._PathBase #106337