[Python-bugs-list] [ python-Bugs-746953 ] indentation error in unixcompiler.py
SourceForge.net
noreply@sourceforge.net
Sun, 01 Jun 2003 12:28:37 -0700
Bugs item #746953, was opened at 2003-06-01 12:26
Message generated for change (Comment added) made by jackjansen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=746953&group_id=5470
Category: Distutils
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Fedor Baart (siggyf)
Assigned to: Nobody/Anonymous (nobody)
Summary: indentation error in unixcompiler.py
Initial Comment:
in the function runtime_library_dir_option(self, dir) in module
distutils/unixcompiler the indentation of the if elif is incorrect.
The "elif sys.platform[:5] == "hp-ux":" is not in line with "if
sys.platform[:6] == "darwin":"
----------------------------------------------------------------------
>Comment By: Jack Jansen (jackjansen)
Date: 2003-06-01 21:28
Message:
Logged In: YES
user_id=45365
Fixed in unixccompiler.py rev 1.54. Thanks for the report!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=746953&group_id=5470