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

Reply via email to