From: Andrew M. Kuchling Date: Fri, 14 Jul 2006 13:32:38 +0000 (+0000) Subject: Mention new options X-Git-Tag: v2.5b3~252 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c051da2cfee6f0347970386465fb0831a4e179f;p=thirdparty%2FPython%2Fcpython.git Mention new options --- diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index f44df62e0dbb..b8f808c287f6 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -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}}