From 8c051da2cfee6f0347970386465fb0831a4e179f Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Fri, 14 Jul 2006 13:32:38 +0000 Subject: Mention new options --- Doc/whatsnew/whatsnew25.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index f44df62..b8f808c 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}} -- cgit v0.12