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

Skip to content

Commit 3eb7860

Browse files
committed
Installing Idle to site-packages via Distutils does not
copy the Idle help.txt file. Ref SF Python Patch 422471
1 parent b765176 commit 3eb7860

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/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)