[ python-Bugs-1718574 ] build_clib --build-clib/--build-temp option bugs

SourceForge.net noreply at sourceforge.net
Mon May 14 14:08:19 CEST 2007


Bugs item #1718574, was opened at 2007-05-14 15:08
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1718574&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Distutils
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Pearu Peterson (pearu)
Assigned to: Nobody/Anonymous (nobody)
Summary: build_clib --build-clib/--build-temp option bugs

Initial Comment:

build_clib --build-clib and --build-temp options
do not take arguments in Python 2.5 (as well as in 
versions 2.4 and down (I guess)).

This bug has easy fix: in distutils/commands/build_clib.py
file add `=' to the definitions of the
corresponding options as follows:
...
    user_options = [
        ('build-clib=', 'b',
         "directory to build C/C++ libraries to"),
        ('build-temp=', 't',
...


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1718574&group_id=5470


More information about the Python-bugs-list mailing list