]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Clarified what Python versions the interactivity chapter applies to,
authorFred Drake <fdrake@acm.org>
Mon, 28 Dec 1998 21:21:36 +0000 (21:21 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 28 Dec 1998 21:21:36 +0000 (21:21 +0000)
and what it doesn't apply to.

Doc/tut/tut.tex

index 7171c6fa6c8264c68e5b18e5dc6bb05a0a412df9..dc59074ec771a5bc7d1565a085f04b659d0b8a7b 100644 (file)
@@ -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}}