Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b32659

Browse files
author
Victor Stinner
committed
(Merge 3.1) Issue #12057: Add cjkencodings directory to the Makefile and
Tools/msi/msi.py
2 parents 8ed8416 + 46f8264 commit 5b32659

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Makefile.pre.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -909,8 +909,8 @@ EXTRAPLATDIR= @EXTRAPLATDIR@
909909
MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR)
910910
XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
911911
LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
912-
tkinter/test/test_ttk site-packages test \
913-
test/decimaltestdata test/xmltestdata test/subprocessdata \
912+
tkinter/test/test_ttk site-packages test \
913+
test/cjkencodings test/decimaltestdata test/xmltestdata test/subprocessdata \
914914
test/tracedmodules test/encoded_modules \
915915
concurrent concurrent/futures encodings \
916916
email email/mime email/test email/test/data \

Tools/msi/msi.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,6 +1031,8 @@ def add_files(db):
10311031
lib.glob("*.0")
10321032
if dir=='tests' and parent.physical=='distutils':
10331033
lib.add_file("Setup.sample")
1034+
if dir=='cjkencodings':
1035+
lib.glob("*.txt")
10341036
if dir=='decimaltestdata':
10351037
lib.glob("*.decTest")
10361038
if dir=='xmltestdata':

0 commit comments

Comments
 (0)