diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2013-08-01 16:31:06 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2013-08-01 16:31:06 (GMT) |
commit | 5284f80268ea58f426d2cd1ebca02b702d16cca5 (patch) | |
tree | 03e706438a8aaf6df9f4a6d354080dc195a58a9e /Misc | |
parent | 85a4847f075340196ce5458fc74a304fe810d80f (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ----- |