Éric Araujo added the comment:
Patch extended to cover shutil, which has gained _make_{tar,zip}file in 2.7 and
3.2, and committed in all three branches in r87277 to r87279.
Will be fixed in distutils2 the next time I synchronize d2._backport.shutil.
--
assignee: tarek -> eric.araujo
r
Eli Bendersky added the comment:
Attaching a fix for Doc/distutils/apiref.rst and Lib/distutils/archive_util.py
in Python 3.2
If it's OK I will backport to other versions as well.
--
keywords: +patch
Added file: http://bugs.python.org/file20055/issue10693.py32.1.patch
___
New submission from Eli Bendersky :
The documentation of:
distutils.archive_util.make_zipfile(base_name, base_dir[, verbose=0,
dry_run=0])
Says:
Create a zip file from all files in and under base_dir. The output zip file
will be named base_dir + .zip.
This isn't correct, as the name of