diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-09-13 08:11:57 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-09-13 08:11:57 (GMT) |
commit | ab0b29bd81b6aef489492bdeda4e745661550fc8 (patch) | |
tree | 3561243e6ea9cd84f697cffc3df76ba51f909c80 /Misc | |
parent | 54bdbadf764222883bc5d7a602faeaa024133f44 (diff) | |
download | cpython-ab0b29bd81b6aef489492bdeda4e745661550fc8.zip cpython-ab0b29bd81b6aef489492bdeda4e745661550fc8.tar.gz cpython-ab0b29bd81b6aef489492bdeda4e745661550fc8.tar.bz2 |
Issue #3833: Use a different upgrade code for Win64 installers.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -181,6 +181,8 @@ Tests Build ----- +- Issue #3833: Use a different upgrade code for Win64 installers. + - Issue #2271: Set SecureCustomProperties so that installation will properly use the TARGETDIR even for unprivileged users. |