]> granicus.if.org Git - python/commit
Restrict the mode to the lowest four octal positions; higher positions
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 31 Jan 2002 22:08:38 +0000 (22:08 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 31 Jan 2002 22:08:38 +0000 (22:08 +0000)
commitb24231e088ad8c0b99ded3294dc0b1f4c671d38b
treec1d3dab4a755c9e0aa39216c0f867d50e40ce999
parent2544f51036c51d87be53f6a5e35e867c8333378a
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.
Lib/distutils/command/install_scripts.py