Mention new options

This commit is contained in:
Andrew M. Kuchling 2006-07-14 13:32:38 +00:00
parent c7990b5b98
commit 8c051da2cf
1 changed files with 5 additions and 0 deletions

View File

@ -1206,6 +1206,11 @@ produce string representations of themselves, but are also callable.
Newbies who try \code{quit()} or \code{exit()} will now exit the
interpreter as they expect. (Implemented by Georg Brandl.)
The Python executable now accepts the standard long options
\longprogramopt{help} and \longprogramopt{version}; on Windows,
it also accepts the \programopt{/?} option for displaying a help message.
(Implemented by Georg Brandl.)
%======================================================================
\subsection{Optimizations\label{opts}}