]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Mention new options
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 14 Jul 2006 13:32:38 +0000 (13:32 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 14 Jul 2006 13:32:38 +0000 (13:32 +0000)
Doc/whatsnew/whatsnew25.tex

index f44df62e0dbbae2157db16b3fd40925585d620ec..b8f808c287f6124455280de5a0fc41f6a2e1a528 100644 (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}}