diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-24 23:15:59 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-24 23:15:59 (GMT) |
commit | 5b3265906f4eeca96a782bb9a90ca532c1c6cb27 (patch) | |
tree | 740292f50c02b952fe2e830a83e481ab2d093358 /Tools | |
parent | 8ed8416c2bbb7c56a935762304a5ed6fdd0a1b6f (diff) | |
parent | 46f8264b8e976ca0a39485c8405acddc8aa8af7a (diff) | |
download | cpython-5b3265906f4eeca96a782bb9a90ca532c1c6cb27.zip cpython-5b3265906f4eeca96a782bb9a90ca532c1c6cb27.tar.gz cpython-5b3265906f4eeca96a782bb9a90ca532c1c6cb27.tar.bz2 |
(Merge 3.1) Issue #12057: Add cjkencodings directory to the Makefile and
Tools/msi/msi.py
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/msi/msi.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 53e652d..5db62cd 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -1031,6 +1031,8 @@ def add_files(db): lib.glob("*.0") if dir=='tests' and parent.physical=='distutils': lib.add_file("Setup.sample") + if dir=='cjkencodings': + lib.glob("*.txt") if dir=='decimaltestdata': lib.glob("*.decTest") if dir=='xmltestdata': |