New submission from Éric Araujo <mer...@netwok.org>:

In the past, distutils could use either the zipfile/tarfile modules or the 
external programs tar, zip and friends.  This is told in the documentation and 
checked in the tests.

I suspect that the docs and tests are now outdated.  For example, some tests 
will be skipped if the tar program is not found, even if the code would have 
used the tarfile module and run successfully.  I’ll look into this for 
packaging, but I don’t have the time right now to go over the distutils test 
and docs for 2.7 and 3.2.

----------
assignee: eric.araujo
components: Distutils, Documentation, Tests
keywords: easy
messages: 143694
nosy: eric.araujo
priority: normal
severity: normal
stage: needs patch
status: open
title: Update or remove claims that distutils requires external programs
versions: Python 2.7, Python 3.2, Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12933>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to