]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Use the tarfile module to unpack tarfiles.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 15 Apr 2003 14:43:05 +0000 (14:43 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 15 Apr 2003 14:43:05 +0000 (14:43 +0000)
commit6fde1cef4aa2498f965f95c2d467f4b57face862
treea6ba813c232eb96d61e891d36e574d47b7ec634e
parent299b3dffd2d4700f0212694aba98d987435cb555
- Use the tarfile module to unpack tarfiles.
- Allow setting the destination install directory. If this is set then
  it is used for the modules, other items (header files, etc) are not
  installed, and warnings are printed if the package would have liked to.

Unfortunaltey binary installs seem broken due to a tarfile bug (#721871)
or my misunderstanding of how tarfile works.
Lib/plat-mac/pimp.py