summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-07-25 01:04:29 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-07-25 01:04:29 (GMT)
commit05338267ab75c0a0948049280da0224ecc2fb7dc (patch)
treed9c09b0986a40126fba69293675c361e994bb7e4 /Misc
parent95f7b9fcaca03d442aa2f26fd79f093cbcbc7003 (diff)
downloadcpython-05338267ab75c0a0948049280da0224ecc2fb7dc.zip
cpython-05338267ab75c0a0948049280da0224ecc2fb7dc.tar.gz
cpython-05338267ab75c0a0948049280da0224ecc2fb7dc.tar.bz2
Issue #27610: Adds PEP 514 metadata to Windows installer
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 bb553a3..f43bb68 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,8 @@ Tests
Windows
-------
+- Issue #27610: Adds PEP 514 metadata to Windows installer
+
- Issue #27469: Adds a shell extension to the launcher so that drag and drop
works correctly.