This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eli.bendersky
Recipients docs@python, eli.bendersky, eric.araujo, tarek
Date 2010-12-13.12:47:10
SpamBayes Score 4.114245e-06
Marked as misclassified No
Message-id <1292244432.84.0.973297010856.issue10693@psf.upfronthosting.co.za>
In-reply-to
Content
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 the output file is "base_name + .zip"

The error exists both in the docstring of make_zipfile in distutils/archive_util.py and in the ReST documentation of the function
History
Date User Action Args
2010-12-13 12:47:12eli.benderskysetrecipients: + eli.bendersky, tarek, eric.araujo, docs@python
2010-12-13 12:47:12eli.benderskysetmessageid: <1292244432.84.0.973297010856.issue10693@psf.upfronthosting.co.za>
2010-12-13 12:47:10eli.benderskylinkissue10693 messages
2010-12-13 12:47:10eli.benderskycreate