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

Skip to content

Commit 6113d35

Browse files
committed
Patch #422471: Install IDLE Help File
1 parent ce42a8e commit 6113d35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/idle/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
idlelib = "idlelib"
99

1010
# the normal build_py would not incorporate the .txt files
11-
txt_files = ['config-unix.txt','config-win.txt','config.txt']
11+
txt_files = ['config-unix.txt','config-win.txt','config.txt', 'help.txt']
1212
Icons = glob.glob1("Icons","*.gif")
1313
class idle_build_py(build_py):
1414
def get_plain_outfile(self, build_dir, package, file):

0 commit comments

Comments
 (0)