ANNOUNCE: tarfile module release 0.4

I'd like to announce a new release of the tarfile module for Python. This is the first release that leaves the experimental state. Since my first announcement which was the 0.2.5, there have been lots of major and minor changes and bugfixes. Please check out the URL below for details. Synopsis: tarfile module is a pure python module for read and write access to tar format archive files, including gzip compressed archives. Features: - comprehensive class interface - full support for GNU extensions LONGNAME and LONGLINK - read support for GNU extension SPARSE files - additional (but limited) zipfile compatible class interface - possibility to use file-objects for addition and extraction - html documentation and unittest suite included Todo: There is not much left to include except for addition and extraction of character and block devices, which is not yet possible due to the lack of a os.mknod() function in python. Download: http://www.gustaebel.de/lars/tarfile/ Feedback is highly appreciated. Thank you very much for your attention. -- Lars Gustäbel lars@gustaebel.de
participants (1)
-
Lars Gust�bel