[New-bugs-announce] [issue21369] Extended modes for tarfile.TarFile()

Sworddragon report at bugs.python.org
Mon Apr 28 00:26:05 CEST 2014


New submission from Sworddragon:

tarfile.open() does support optionally an compression method on the mode argument in the form of 'filemode[:compression]' but tarfile.TarFile() does only suport 'a', 'r' and 'w'. Is there a special reason that tarfile.TarFile() doesn't directly support an optional compression method? Otherwise it would be nice if they could be used directly on tarfile.TarFile() too.

----------
components: Library (Lib)
messages: 217320
nosy: Sworddragon
priority: normal
severity: normal
status: open
title: Extended modes for tarfile.TarFile()
type: enhancement
versions: Python 3.4

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


More information about the New-bugs-announce mailing list