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 eric.araujo
Recipients docs@python, eric.araujo
Date 2010-11-18.16:11:29
SpamBayes Score 9.838001e-08
Marked as misclassified No
Message-id <1290096691.96.0.508340552683.issue10454@psf.upfronthosting.co.za>
In-reply-to
Content
This is the help text of compileall:

 usage: python compileall.py [-l] [-f] [-q] [-d destdir] [-x regexp] [-i list] [directory|file ...]
 -l: don't recurse down
 -f: force rebuild even if timestamps are up-to-date
 -q: quiet operation
 -d destdir: purported directory name for error messages
    if no directory arguments, -l sys.path is assumed
 -x regexp: skip files matching the regular expression regexp
    the regexp is searched for in the full path of the file
 -i list: expand list with its content (file and directory names)
 -b: Produce legacy byte-compile file paths

1) I do not understand the help of -d and -i.  Experimenting with the script, reading the code and eventually looking at the file history would certainly clear that.

2) The short usage line at the top also lacks mention of “-b”.

3) (minor) I want to rephrase -x, -d and -b.

Bug week-end candidate!
History
Date User Action Args
2010-11-18 16:11:32eric.araujosetrecipients: + eric.araujo, docs@python
2010-11-18 16:11:31eric.araujosetmessageid: <1290096691.96.0.508340552683.issue10454@psf.upfronthosting.co.za>
2010-11-18 16:11:29eric.araujolinkissue10454 messages
2010-11-18 16:11:29eric.araujocreate