diff options
author | Fred Drake <fdrake@acm.org> | 1998-12-28 21:21:36 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-12-28 21:21:36 (GMT) |
commit | cc09e8dc8208f40e65bcd044c408dc6a97716068 (patch) | |
tree | 841d1971bb28a5e43f7c9990110c129340af670e /Doc/tut | |
parent | 76fa3b73d68b1869547922df2378201d9354cac2 (diff) | |
download | cpython-cc09e8dc8208f40e65bcd044c408dc6a97716068.zip cpython-cc09e8dc8208f40e65bcd044c408dc6a97716068.tar.gz cpython-cc09e8dc8208f40e65bcd044c408dc6a97716068.tar.bz2 |
Clarified what Python versions the interactivity chapter applies to,
and what it doesn't apply to.
Diffstat (limited to 'Doc/tut')
-rw-r--r-- | Doc/tut/tut.tex | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 7171c6f..dc59074 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -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}} |