More style changes and little cleanups.
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 13 Jun 2002 15:14:10 +0000 (15:14 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 13 Jun 2002 15:14:10 +0000 (15:14 +0000)
commit129b17d538ddb5fa4df2d2d8ec1876d9a9ea4355
treeafcb972a8ed88561c5db1ef8b668eba05e998492
parentdf1e092a1fbd4c62d30d8b687cfc24773319e0fc
More style changes and little cleanups.

Remove __init__ that just called base class __init__ with same args.
Fold long argument lists into fewer, shorter lines.
Remove parens in tuple unpacks.
Don't put multiple statements on one line with a semicolon.
In find_library_file() compute the library_filename() upfront.
Lib/distutils/unixccompiler.py