[issue10454] Clarify compileall command-line options

2011-09-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4ae85348e3e8 by Éric Araujo in branch '2.7': Clarify compileall command-line options (#10454). http://hg.python.org/cpython/rev/4ae85348e3e8 -- ___ Python tracker ___

[issue10454] Clarify compileall command-line options

2011-09-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 755a57f987ca by Éric Araujo in branch '3.2': #10454: a few edits to compileall help messages http://hg.python.org/cpython/rev/755a57f987ca New changeset 892e0ee4ca32 by Éric Araujo in branch 'default': Merge doc changes from 3.2 (#10454, #12298) ht

[issue10454] Clarify compileall command-line options

2011-06-19 Thread R. David Murray
R. David Murray added the comment: Looks fine except for your changes to the parenthesized defaults. Those should be '0' and 'False' for 2.7 and 3.x, respectively, since that's what they areally are. -- ___ Python tracker

[issue10454] Clarify compileall command-line options

2011-05-29 Thread Éric Araujo
Changes by Éric Araujo : Added file: http://bugs.python.org/file22174/compileall-help-3.x.diff ___ Python tracker ___ ___ Python-bugs-list mai

[issue10454] Clarify compileall command-line options

2011-05-29 Thread Éric Araujo
Éric Araujo added the comment: Hi David, I made this patch to port the improvements you made to 2.7. The new usage message looks like this: usage: python compileall.py [-l] [-f] [-q] [-d destdir] [-x regexp] [-i list] [directory|file ...] arguments: zero or more file and directory names to

[issue10454] Clarify compileall command-line options

2010-12-17 Thread R. David Murray
R. David Murray added the comment: Committed in r87338. Backporting the relevant bits will be a bit of a pain, anyone who feels like doing it is welcome to. I may or may not get to it myself. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed

[issue10454] Clarify compileall command-line options

2010-12-17 Thread Georg Brandl
Georg Brandl added the comment: +1 -- Didn't read through all of the diff, but in general I trust you enough to believe that the new version is better than the old :) -- nosy: +georg.brandl ___ Python tracker ___

[issue10454] Clarify compileall command-line options

2010-12-16 Thread R. David Murray
R. David Murray added the comment: Here is a proposed patch to both docs and help output. The help output now looks like this: usage: compileall.py [-h] [-l] [-f] [-q] [-b] [-d DESTDIR] [-x REGEXP] [-i FILE] [FILE|DIR [FILE|DIR ...]] Utilities to sup

[issue10454] Clarify compileall command-line options

2010-12-16 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue10454] Clarify compileall command-line options

2010-11-18 Thread Éric Araujo
Éric Araujo added the comment: In addition, the line “if no directory arguments, -l sys.path is assumed” seems misplaced. -- ___ Python tracker ___

[issue10454] Clarify compileall command-line options

2010-11-18 Thread Éric Araujo
Changes by Éric Araujo : -- title: Clarify compileall options -> Clarify compileall command-line options ___ Python tracker ___ ___ Py