summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2013-08-01 16:31:06 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2013-08-01 16:31:06 (GMT)
commit5284f80268ea58f426d2cd1ebca02b702d16cca5 (patch)
tree03e706438a8aaf6df9f4a6d354080dc195a58a9e /Misc
parent85a4847f075340196ce5458fc74a304fe810d80f (diff)
downloadcpython-5284f80268ea58f426d2cd1ebca02b702d16cca5.zip
cpython-5284f80268ea58f426d2cd1ebca02b702d16cca5.tar.gz
cpython-5284f80268ea58f426d2cd1ebca02b702d16cca5.tar.bz2
Issue #18569: The installer now adds .py to the PATHEXT variable
when extensions are registered. Patch by Paul Moore.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 41ba1a8..35ffbfd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -734,6 +734,12 @@ IDLE
- Issue #17532: Always include Options menu for IDLE on OS X.
Patch by Guilherme Simões.
+Windows
+-------
+
+- Issue #18569: The installer now adds .py to the PATHEXT variable when extensions
+ are registered. Patch by Paul Moore.
+
Build
-----