mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Remove all \bcode / \ecode cruft; this is no longer needed. See previous
checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
This commit is contained in:
parent
dc8af0acc1
commit
1947991c2f
241 changed files with 1022 additions and 1020 deletions
|
@ -11,7 +11,7 @@ The \code{commands} module is only usable on systems which support
|
|||
|
||||
The \code{commands} module defines the following functions:
|
||||
|
||||
\renewcommand{\indexsubitem}{(in module commands)}
|
||||
\setindexsubitem{(in module commands)}
|
||||
\begin{funcdesc}{getstatusoutput}{cmd}
|
||||
Execute the string \var{cmd} in a shell with \code{os.popen()} and return
|
||||
a 2-tuple (status, output). \var{cmd} is actually run as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue