diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-09-08 13:50:10 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-09-08 13:50:10 (GMT) |
commit | 3f5fda8c5071e81e67b3b34d485b9bb4f2c6de1d (patch) | |
tree | 09f60f14b6a58daa56a41731ba36f0477f6c4b4c /Misc/NEWS | |
parent | 67543a9dc90f65b679dce6bb32b4147c211e9769 (diff) | |
download | cpython-3f5fda8c5071e81e67b3b34d485b9bb4f2c6de1d.zip cpython-3f5fda8c5071e81e67b3b34d485b9bb4f2c6de1d.tar.gz cpython-3f5fda8c5071e81e67b3b34d485b9bb4f2c6de1d.tar.bz2 |
Issue #2271: Set SecureCustomProperties so that installation will properly
use the TARGETDIR even for unprivileged users.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -125,6 +125,9 @@ Tests Build ----- +- Issue #2271: Set SecureCustomProperties so that installation will properly + use the TARGETDIR even for unprivileged users. + - Allow passing the MSI file name to merge.py. - Issue #3758: Rename the 'check' target to 'patchcheck' so as to not clash |