summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-10-17 13:43:01 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-10-17 13:43:01 (GMT)
commit0f3e7697dcc6d091bb0792015dfe501bd41f25b4 (patch)
tree25560b69480b1557026148f64803bf18979556dc /Misc
parent336680ecead72c4f5481d16c3e6f8458ccb01832 (diff)
downloadcpython-0f3e7697dcc6d091bb0792015dfe501bd41f25b4.zip
cpython-0f3e7697dcc6d091bb0792015dfe501bd41f25b4.tar.gz
cpython-0f3e7697dcc6d091bb0792015dfe501bd41f25b4.tar.bz2
Issue #4091: Install pythonxy.dll in system32 again.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e583ff1..54f6d39 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,8 @@ Library
Build
-----
+- Issue #4091: Install pythonxy.dll in system32 again.
+
- Issue #4018: Disable "for me" installations on Vista.
- Issue #3758: Add ``patchcheck`` build target to .PHONY.