Issue 6048: make distutils use the tarfile module (original ) (raw )Created on 2009-05-17 12:19 by tarek , last changed 2022-04-11 14:56 by admin . This issue is now closed .
Messages (2)
msg87994 - (view)
Author: Tarek Ziadé (tarek) *
Date: 2009-05-17 12:19
Currently Distutils uses the "tar" command to build tarballs. It's better to use the tarinfo module, so Distutils does not depend on the "tar" program anymore.
msg88472 - (view)
Author: Tarek Ziadé (tarek) *
Date: 2009-05-28 14:28
done in r72981 and r72984
History
Date
User
Action
Args
2022-04-11 14:56:49
admin
set
github: 50298
2010-08-09 04:21:07
eric.araujo
link
issue1886 superseder
2010-08-09 04:20:05
eric.araujo
set
title: make distutils use the tarinfo command -> make distutils use the tarfile moduleresolution: fixedstage: resolved
2009-05-28 14:28:38
tarek
set
status: open -> closedmessages: +
2009-05-17 12:19:54
tarek
create