mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
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
This commit is contained in:
parent
710fb1548a
commit
fe8496ca03
1 changed files with 3 additions and 7 deletions
|
@ -6,10 +6,6 @@ import idlever
|
||||||
|
|
||||||
idle_name = "idle"
|
idle_name = "idle"
|
||||||
|
|
||||||
# IDLE not being imported as a package by its script. It is now being
|
|
||||||
# installed as a collection of modules in a directory in .../site-packages/,
|
|
||||||
# with a .pth file which will add IDLE to sys.path
|
|
||||||
|
|
||||||
# Name of 'package' to be installed in site-packages:
|
# Name of 'package' to be installed in site-packages:
|
||||||
pkgname = idle_name + "lib"
|
pkgname = idle_name + "lib"
|
||||||
|
|
||||||
|
@ -28,8 +24,8 @@ else:
|
||||||
raise SystemExit
|
raise SystemExit
|
||||||
|
|
||||||
# the normal build_py would not incorporate anything but .py files
|
# the normal build_py would not incorporate anything but .py files
|
||||||
txt_files = ['extend.txt', 'help.txt', 'CREDITS.txt', 'LICENSE.txt',
|
txt_files = ['extend.txt', 'help.txt', 'CREDITS.txt', 'HISTORY.txt',
|
||||||
'README.txt']
|
'INSTALL.txt', 'LICENSE.txt', 'NEWS.txt', 'README.txt']
|
||||||
txt_files += ['config-extensions.def', 'config-highlight.def',
|
txt_files += ['config-extensions.def', 'config-highlight.def',
|
||||||
'config-keys.def', 'config-main.def']
|
'config-keys.def', 'config-main.def']
|
||||||
txt_files += [idle_name + '.bat', idle_name + '.pyw']
|
txt_files += [idle_name + '.bat', idle_name + '.pyw']
|
||||||
|
@ -101,7 +97,7 @@ text editor with multiple undo, Python colorizing, and many other
|
||||||
things, as well as a Python shell window and a debugger.
|
things, as well as a Python shell window and a debugger.
|
||||||
|
|
||||||
IDLEfork is a separate line of development which was initiated by
|
IDLEfork is a separate line of development which was initiated by
|
||||||
D. Scherer at CMU as part of Visual Python. It features execution in a
|
David Scherer at CMU as part of VPython. It features execution in a
|
||||||
separate process which is newly initiated for each run. At version 0.9
|
separate process which is newly initiated for each run. At version 0.9
|
||||||
the RPC was changed to incorporate code by GvR, which supports the
|
the RPC was changed to incorporate code by GvR, which supports the
|
||||||
debugger. IDLEfork also incorporates a GUI configuration utilility.
|
debugger. IDLEfork also incorporates a GUI configuration utilility.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue