diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-10-29 09:23:52 -0700 |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-10-29 09:23:52 -0700 |
commit | 27c22f900c8267148d2ffecce8f0a474774420f1 (patch) | |
tree | 5e151dd4903a50d367cd09dec2806f13d571893a /Tools/msi/make_zip.py | |
parent | d920d053814379946660a1e27b4060a786e4c505 (diff) | |
parent | 4782ab3aa36554efb3f43f4f6ed70f8837801151 (diff) | |
download | cpython-git-27c22f900c8267148d2ffecce8f0a474774420f1.tar.gz |
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.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/msi/make_zip.py b/Tools/msi/make_zip.py index ebb1766b33..f070cb91a9 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', |