[issue6048] make distutils use the tarinfo command

2009-05-28 Thread Tarek Ziadé
Tarek Ziadé added the comment: done in r72981 and r72984 -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue6048] make distutils use the tarinfo command

2009-05-26 Thread Tarek Ziadé
New submission from Tarek Ziadé : 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. -- assignee: tarek components: Distutils messages: 87994 nosy: tarek severity: normal status