]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Revert part of previous patch: several install_* subcommands expect
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 22 Mar 2002 15:35:17 +0000 (15:35 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 22 Mar 2002 15:35:17 +0000 (15:35 +0000)
commitb26ca9db2e1efdac62893799c49e3db2c127d56b
tree36f93fbf4aff3324e952a366286bff2e5dd91052
parent16c22976c36cfbffaa6b5eada6b00f6707afd3f9
Revert part of previous patch: several install_* subcommands expect
    .compile to be None, and set it to true if it is.
    Caught by Pearu Peterson.

Bugfix candidate, if the previous change is accepted for
release22-maint.
Lib/distutils/command/install.py