mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
(Merge 3.1) Issue #12057: Add cjkencodings directory to the Makefile and
Tools/msi/msi.py
This commit is contained in:
commit
5b3265906f
2 changed files with 4 additions and 2 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue