[New-bugs-announce] [issue23265] tar.xz support for sdist

i01100101 report at bugs.python.org
Sun Jan 18 11:17:04 CET 2015


New submission from i01100101:

The Python standard library includes lzma and support for *tar.xz archives since Python 3.3 but the distutils' 'sdist' command cannot output source distributions as such tarball.
I suggest the changed version of distutils.archive_util module attached to this issue in order to tell distutils that tarfile now supports tar.xz
(The changes are to the defenition of 'ARCHIVE_FORMATS' and 'make_tarball'

----------
components: Distutils
files: archive_util.py
messages: 234237
nosy: dstufft, eric.araujo, i01100101
priority: normal
severity: normal
status: open
title: tar.xz support for sdist
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file37761/archive_util.py

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


More information about the New-bugs-announce mailing list