From: Guido van Rossum Date: Sun, 28 Jun 1998 18:01:59 +0000 (+0000) Subject: Now cmd is documented too. X-Git-Tag: v1.5.2a1~397 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9cfb173cded50ac6cd0fdff3d10c6692063920e;p=thirdparty%2FPython%2Fcpython.git Now cmd is documented too. --- diff --git a/Doc/lib/libmisc.tex b/Doc/lib/libmisc.tex index 24881a8a1f66..306c43c86b84 100644 --- a/Doc/lib/libmisc.tex +++ b/Doc/lib/libmisc.tex @@ -25,4 +25,8 @@ that are available in all Python versions. Here's an overview: --- Perl-like iteration over lines from multiple input streams, with ``save in place'' capability. +\item[cmd] +--- Build line-oriented command interpreters; this is used by module +\module{pdb}. + \end{description}