[Python-checkins] r50636 - python/trunk/Doc/whatsnew/whatsnew25.tex

andrew.kuchling python-checkins at python.org
Fri Jul 14 15:32:40 CEST 2006


Author: andrew.kuchling
Date: Fri Jul 14 15:32:38 2006
New Revision: 50636

Modified:
   python/trunk/Doc/whatsnew/whatsnew25.tex
Log:
Mention new options

Modified: python/trunk/Doc/whatsnew/whatsnew25.tex
==============================================================================
--- python/trunk/Doc/whatsnew/whatsnew25.tex	(original)
+++ python/trunk/Doc/whatsnew/whatsnew25.tex	Fri Jul 14 15:32:38 2006
@@ -1206,6 +1206,11 @@
 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}}


More information about the Python-checkins mailing list