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

Reply via email to