[Distutils-checkins] CVS: distutils/distutils/command build_py.py
Greg Ward
gward@cnri.reston.va.us
Sun, 12 Dec 1999 12:04:03 -0500 (EST)
Update of /projects/cvsroot/distutils/distutils/command
In directory thrak:/home/gward/python/distutils/distutils/command
Modified Files:
build_py.py
Log Message:
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.