]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport akuchling's checkin of
authorMichael W. Hudson <mwh@python.net>
Fri, 22 Feb 2002 13:19:54 +0000 (13:19 +0000)
committerMichael W. Hudson <mwh@python.net>
Fri, 22 Feb 2002 13:19:54 +0000 (13:19 +0000)
commit94e500036772f207ed99a9c1eb9fda1c719f7e00
treec27791964590110f7e66713657d1764fe7ae64e7
parent2d677d29e2604fff9e222ad7f9563f91e0d991c0
backport akuchling's checkin of
    revision 1.11 of install_scripts.py

Restrict the mode to the lowest four octal positions; higher positions
   contain the type of the file (regular file, socket, link, &c.).
   This means that install_scripts will now print
   "changing mode of <file> to 775" instead of "... to 100775".

2.2 bugfix candidate, I suppose, though this isn't actually fixing a bug.

This patch was applied by an alarmingly automated system -- I hope it
worked...
Lib/distutils/command/install_scripts.py