]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed 'find_package_modules()' to ensure that we never build (and thus
authorGreg Ward <gward@python.net>
Sun, 12 Dec 1999 17:03:59 +0000 (17:03 +0000)
committerGreg Ward <gward@python.net>
Sun, 12 Dec 1999 17:03:59 +0000 (17:03 +0000)
commit9b45443c1bdf99b0f27b12baf06fea475b60e145
tree7efb68bbee35f6b3032ff4a627c740e9878c9d83
parent48697d931bb86ddd114a42ccb89adb6374aef4ff
Fixed 'find_package_modules()' to ensure that we never build (and thus
  install) the setup script itself.
Fixed 'build_module()' so we do *not* preserve file mode (which means
  we can install read-only files, which makes the next installation
  of this distribution fail -- at least under Unix); added a comment
  explaining this.
Lib/distutils/command/build_py.py