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

Skip to content

Commit fe8496c

Browse files
committed
1. Remove obsolete, incorrect comment on non-package installation
2. Add more .txt files to installation 3. Fix the reference to Visual Python, s/b VPython
1 parent 710fb15 commit fe8496c

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

Lib/idlelib/setup.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66

77
idle_name = "idle"
88

9-
# IDLE not being imported as a package by its script. It is now being
10-
# installed as a collection of modules in a directory in .../site-packages/,
11-
# with a .pth file which will add IDLE to sys.path
12-
139
# Name of 'package' to be installed in site-packages:
1410
pkgname = idle_name + "lib"
1511

@@ -28,8 +24,8 @@
2824
raise SystemExit
2925

3026
# the normal build_py would not incorporate anything but .py files
31-
txt_files = ['extend.txt', 'help.txt', 'CREDITS.txt', 'LICENSE.txt',
32-
'README.txt']
27+
txt_files = ['extend.txt', 'help.txt', 'CREDITS.txt', 'HISTORY.txt',
28+
'INSTALL.txt', 'LICENSE.txt', 'NEWS.txt', 'README.txt']
3329
txt_files += ['config-extensions.def', 'config-highlight.def',
3430
'config-keys.def', 'config-main.def']
3531
txt_files += [idle_name + '.bat', idle_name + '.pyw']
@@ -101,7 +97,7 @@ def _bytecode_filenames(self, files):
10197
things, as well as a Python shell window and a debugger.
10298
10399
IDLEfork is a separate line of development which was initiated by
104-
D. Scherer at CMU as part of Visual Python. It features execution in a
100+
David Scherer at CMU as part of VPython. It features execution in a
105101
separate process which is newly initiated for each run. At version 0.9
106102
the RPC was changed to incorporate code by GvR, which supports the
107103
debugger. IDLEfork also incorporates a GUI configuration utilility.

0 commit comments

Comments
 (0)