mirror of
https://github.com/python/cpython.git
synced 2026-01-07 07:52:29 +00:00
Mention new options
This commit is contained in:
parent
c7990b5b98
commit
8c051da2cf
1 changed files with 5 additions and 0 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue