Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
cc09e8dc
Commit
cc09e8dc
authored
Dec 28, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarified what Python versions the interactivity chapter applies to,
and what it doesn't apply to.
parent
76fa3b73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
Doc/tut/tut.tex
Doc/tut/tut.tex
+9
-1
No files found.
Doc/tut/tut.tex
View file @
cc09e8dc
...
...
@@ -3603,7 +3603,15 @@ input line and history substitution, similar to facilities found in
the Korn shell and the GNU Bash shell. This is implemented using the
\emph
{
GNU Readline
}
library, which supports Emacs-style and vi-style
editing. This library has its own documentation which I won't
duplicate here; however, the basics are easily explained.
duplicate here; however, the basics are easily explained. The
interactive editing and history described here are optionally
available in the
\UNIX
{}
and CygWin versions of the interpreter.
This chapter does
\emph
{
not
}
document the editing facilities of Mark
Hammond's PythonWin package or the Tk-based environment, IDLE,
distributed with Python. The command line history recall which
operates within DOS boxes on NT and some other DOS and Windows flavors
is yet another beast.
\section
{
Line Editing
\label
{
lineEditing
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment