diff options
author | Facundo Batista <facundobatista@gmail.com> | 2008-02-17 16:21:13 (GMT) |
---|---|---|
committer | Facundo Batista <facundobatista@gmail.com> | 2008-02-17 16:21:13 (GMT) |
commit | f88a077f69892c80e1ecf0ac8c0ba3d981dc4ff8 (patch) | |
tree | 63bad5cd03ec4ecebd377a58b814275b6f063fd2 /Misc | |
parent | 27cca3cca7ae654a3f75203cc9ac2d0acdf445c6 (diff) | |
download | cpython-f88a077f69892c80e1ecf0ac8c0ba3d981dc4ff8.zip cpython-f88a077f69892c80e1ecf0ac8c0ba3d981dc4ff8.tar.gz cpython-f88a077f69892c80e1ecf0ac8c0ba3d981dc4ff8.tar.bz2 |
Now we handle different the backup copy, because of security
issues regarding user/group and permissions. Fixes 1050828.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1378,6 +1378,11 @@ Tests Tools ----- +- Tools/scripts/reindent.py now creates the backup file using shutil.copy + to preserve user/group and permissions. Added also a --nobackup option + to not create the backup if the user is concerned regarding this. Check + issue 1050828 for more details. + - Tools/scripts/win_add2path.py was added. The simple script modifes the PATH environment var of the HKCU tree and adds the python bin and script directory. |