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

Antoine Pitrou report at bugs.python.org
Thu Jun 25 03:03:01 CEST 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

> other container like zip-container is
> not well designed for unix-like file systems.

Well, please be more specific as to why zip it affects "sdist" in
particular. Never before have I heard anyone claim that zip was
ill-suited for source tarballs.

> I disagree with request. Package distribution is platform dependent.

It is not package distribution. It is package generation. If you use the
same command ("sdist"), it would be nicer if it produced the same result
regardless of whether you are under Unix or Windows.

(platform-dependent packages, by the way, are rpm, deb, msi, etc. ;-))

----------

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


More information about the Python-bugs-list mailing list