[Python-bugs-list] [ python-Bugs-588768 ] add main to py_pycompile
noreply@sourceforge.net
noreply@sourceforge.net
Wed, 21 Aug 2002 13:57:58 -0700
Bugs item #588768, was opened at 2002-07-30 16:34
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=588768&group_id=5470
Category: Python Library
Group: Feature Request
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Matthias Klose (doko)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: add main to py_pycompile
Initial Comment:
[From http://bugs.debian.org/139971]
This is a request for a _script_ to compile a single
(or more) .py files instead of compiling a complete
directory. The proposal is to add a main to
py_pycompile.py which compiles all files given on the
command line.
----------------------------------------------------------------------
>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-08-21 16:57
Message:
Logged In: YES
user_id=3066
Checked in a modified version of the patch and updated
documentaiton as Lib/py_compile.py 1.23 and
Doc/lib/libpycompile.tex 1.3.
----------------------------------------------------------------------
Comment By: Tim Peters (tim_one)
Date: 2002-08-11 12:31
Message:
Logged In: YES
user_id=31435
Reassigned to Fred as I've never used this script -- it
sounds harmless enough that the real question may be
whether Fred wants to document it <wink>.
----------------------------------------------------------------------
Comment By: Neal Norwitz (nnorwitz)
Date: 2002-08-11 11:16
Message:
Logged In: YES
user_id=33168
I don't know if this should really be done, but it's easy
enough to add. Patch attached. Tim, is this worthwhile or
should it be rejected?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=588768&group_id=5470