]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change the order of the utime() and the chmod() call in copystat().
authorGuido van Rossum <guido@python.org>
Thu, 14 Jan 1999 00:42:00 +0000 (00:42 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 14 Jan 1999 00:42:00 +0000 (00:42 +0000)
commite1bf7e8c1d5ec4e16a7dc772e3e6091e773e5007
treec1db5ee0181f186e202a85aabee789e55fb25b03
parent9481821123723b6fd09f556209034b2b854ce6f8
Change the order of the utime() and the chmod() call in copystat().
This doesn't make a bit of difference on Unix, but apparently on
Windows NT you need write permission before you can set the utime...
Lib/shutil.py