File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -909,8 +909,8 @@ EXTRAPLATDIR= @EXTRAPLATDIR@
909909MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR)
910910XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
911911LIBSUBDIRS= 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 \
Original file line number Diff line number Diff 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' :
You can’t perform that action at this time.
0 commit comments