[issue21550] Add Python implementation of the tar utility

Serhiy Storchaka report at bugs.python.org
Wed May 21 12:49:14 CEST 2014


New submission from Serhiy Storchaka:

Here is preliminary Python implementation of the tar archiving utility. I propose to add it to Tools/script. The main purpose of this the research of which features needed the tarfile module. Another purpose is that this provides more powerful tool to create or extract tar archives on platforms where the tar utility is not installed (the tarfile module itself provides very simple command line interface).

Supported options are mainly common subset of GNU tar and bsdtar options. Some options (--absolute-names, controlling of symlinks and hardlings dereferencing and files overwriting) needs implementing new features in the tarfile module.

----------
components: Demos and Tools
files: tar.py
messages: 218867
nosy: berker.peksag, lars.gustaebel, serhiy.storchaka
priority: normal
severity: normal
stage: test needed
status: open
title: Add Python implementation of the tar utility
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file35308/tar.py

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


More information about the Python-bugs-list mailing list