diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-07-14 13:32:38 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-07-14 13:32:38 (GMT) |
commit | 8c051da2cfee6f0347970386465fb0831a4e179f (patch) | |
tree | ac477c28cac45a04504c908f81538e9fcac415c0 /Doc | |
parent | c7990b5b985d5619478b184acd62c49b2a4f24e6 (diff) | |
download | cpython-8c051da2cfee6f0347970386465fb0831a4e179f.zip cpython-8c051da2cfee6f0347970386465fb0831a4e179f.tar.gz cpython-8c051da2cfee6f0347970386465fb0831a4e179f.tar.bz2 |
Mention new options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew25.tex | 5 |
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}} |