]> granicus.if.org Git - python/commit
Remove obsolete mentions of the compress program and .Z archives.
authorÉric Araujo <merwok@netwok.org>
Mon, 29 Aug 2011 23:19:02 +0000 (01:19 +0200)
committerÉric Araujo <merwok@netwok.org>
Mon, 29 Aug 2011 23:19:02 +0000 (01:19 +0200)
commit83ab3f319b3b83c84c4df72349b6ce7d5ec936da
treee20adfadf4a6d50d954aa5cd13a3e89616a4fc4a
parentff29ff88314badd8ba868de8cce5684d0f4611a4
Remove obsolete mentions of the compress program and .Z archives.

Packaging uses the shutil.make_archive function copied from distutils,
which does not support compress.  There is no test to check that
“bdist --format whatever” works, so this slipped by.
Doc/packaging/builtdist.rst
Doc/packaging/sourcedist.rst
Lib/packaging/command/bdist.py
Lib/packaging/command/bdist_dumb.py
Lib/packaging/tests/test_command_bdist.py