[issue6296] Native (and default) tarfile support for setup.py sdist in distutils on Windows

Tarek Ziadé report at bugs.python.org
Wed Jun 17 16:01:42 CEST 2009


Tarek Ziadé <ziade.tarek at gmail.com> added the comment:

Now that distutils uses tarfile (see #6048) we can propose a tar archive
on all platform by default without requiring "tar" to be installed.

Althoug, the gz compression requires the zlib module. I need to check
what are the requirements of its installation in the sdtlib.

For the MANIFEST file, do you mean the file generated by MANIFEST.in ?

----------
versions: +Python 2.7, Python 3.2

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


More information about the Python-bugs-list mailing list