diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-10-29 09:23:39 -0700 |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-10-29 09:23:39 -0700 |
commit | d162bde6a8cdd203986bb51e7b8b8c17d7da6274 (patch) | |
tree | 8fea8776b0f4d5a1c628c999e5b278dec440eece /Tools/msi/make_zip.py | |
parent | 8d2112ed5871baccda2048f73a372811d538fa37 (diff) | |
download | cpython-d162bde6a8cdd203986bb51e7b8b8c17d7da6274.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', |