diff options
author | Guido van Rossum <guido@python.org> | 1999-01-04 13:05:58 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-01-04 13:05:58 (GMT) |
commit | f903898fff464c274fe9eb1aaf0a55142339dd19 (patch) | |
tree | 18b776e0a97c1f91be569214a4e7db5edec64066 /Tools/idle/README.txt | |
parent | 94e82ceeac8437b951685811d96971bd6e9797ac (diff) | |
download | cpython-f903898fff464c274fe9eb1aaf0a55142339dd19.zip cpython-f903898fff464c274fe9eb1aaf0a55142339dd19.tar.gz cpython-f903898fff464c274fe9eb1aaf0a55142339dd19.tar.bz2 |
Formatted some paragraphs
Diffstat (limited to 'Tools/idle/README.txt')
-rw-r--r-- | Tools/idle/README.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Tools/idle/README.txt b/Tools/idle/README.txt index 62b34cd..a4e4b84 100644 --- a/Tools/idle/README.txt +++ b/Tools/idle/README.txt @@ -10,9 +10,9 @@ a Tkinter-based IDE for Python. It has the following features: - 100% pure Python - works on Windows and Unix (probably works on Mac too) -The main program is in the file "idle"; on Windows you can use -idle.pyw to avoid popping up a DOS console. Any arguments passed are -interpreted as files that will be opened for editing. +The main program is in the file "idle"; on Windows you can use idle.pyw +to avoid popping up a DOS console. Any arguments passed are interpreted +as files that will be opened for editing. IDLE requires Python 1.5.2, so it is currently only usable with the Python 1.5.2 beta distribution (luckily, IDLE is bundled with Python @@ -119,8 +119,8 @@ Notes after trying to run Grail ------------------------------- - Grail does stuff to sys.path based on sys.argv[0]; you must set -sys.argv[0] to something decent first (it is normally set to the path -of the idle script). +sys.argv[0] to something decent first (it is normally set to the path of +the idle script). - Grail must be exec'ed in __main__ because that's imported by some other parts of Grail. |