summaryrefslogtreecommitdiffstats
path: root/Tools/msi/make_zip.py
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-10-29 16:23:39 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-10-29 16:23:39 (GMT)
commit4782ab3aa36554efb3f43f4f6ed70f8837801151 (patch)
tree90287426608ab965341674d5baaeb0b6e9c52797 /Tools/msi/make_zip.py
parent868147b0a656bcd113a43f23de8069a056971a66 (diff)
downloadcpython-4782ab3aa36554efb3f43f4f6ed70f8837801151.zip
cpython-4782ab3aa36554efb3f43f4f6ed70f8837801151.tar.gz
cpython-4782ab3aa36554efb3f43f4f6ed70f8837801151.tar.bz2
Adds missing _asyncio.pyd to installer and generally tidies pyd management.
Diffstat (limited to 'Tools/msi/make_zip.py')
-rw-r--r--Tools/msi/make_zip.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/msi/make_zip.py b/Tools/msi/make_zip.py
index ebb1766..f070cb9 100644
--- a/Tools/msi/make_zip.py
+++ b/Tools/msi/make_zip.py
@@ -19,6 +19,7 @@ DEBUG_FILES = {
'_ctypes_test',
'_testbuffer',
'_testcapi',
+ '_testconsole',
'_testimportmultiple',
'_testmultiphase',
'xxlimited',