]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The .preprocess() method didn't work, because it didn't add the input file
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 9 Sep 2002 12:16:58 +0000 (12:16 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 9 Sep 2002 12:16:58 +0000 (12:16 +0000)
commitdf453fd02650913a081d7b9403e62bbbabc9d29b
tree7bfdd48cb0a142a34968b5eaf6977fd4a27f7dd1
parent4013cbd06becfbfbb63b9b524e5c41513f497929
The .preprocess() method didn't work, because it didn't add the input file
    to the command-line arguments.  Fix this by adding the source filename.
Lib/distutils/unixccompiler.py