summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/whatsnew25.tex
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-07-14 13:32:38 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-07-14 13:32:38 (GMT)
commit8c051da2cfee6f0347970386465fb0831a4e179f (patch)
treeac477c28cac45a04504c908f81538e9fcac415c0 /Doc/whatsnew/whatsnew25.tex
parentc7990b5b985d5619478b184acd62c49b2a4f24e6 (diff)
downloadcpython-8c051da2cfee6f0347970386465fb0831a4e179f.zip
cpython-8c051da2cfee6f0347970386465fb0831a4e179f.tar.gz
cpython-8c051da2cfee6f0347970386465fb0831a4e179f.tar.bz2
Mention new options
Diffstat (limited to 'Doc/whatsnew/whatsnew25.tex')
-rw-r--r--Doc/whatsnew/whatsnew25.tex5
1 files changed, 5 insertions, 0 deletions
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}}