mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Change "\," to just "," in function signatures. This is easier to maintain,
works better with LaTeX2HTML, and allows some simplification of the python.sty macros.
This commit is contained in:
parent
c9a4438c16
commit
cce1090d49
129 changed files with 705 additions and 703 deletions
|
|
@ -13,7 +13,7 @@ corresponding string, as would be printed by the C function
|
|||
\code{perror()}.
|
||||
\end{excdesc}
|
||||
|
||||
\begin{funcdesc}{select}{iwtd\, owtd\, ewtd\optional{\, timeout}}
|
||||
\begin{funcdesc}{select}{iwtd, owtd, ewtd\optional{, timeout}}
|
||||
This is a straightforward interface to the \UNIX{} \code{select()}
|
||||
system call. The first three arguments are lists of `waitable
|
||||
objects': either integers representing \UNIX{} file descriptors or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue