mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Make no assumption about how modules are built when referring to them; this
can vary by platform and installation. Based on suggestion to python-docs.
This commit is contained in:
parent
1722e4a952
commit
14f5c5fa01
1 changed files with 3 additions and 4 deletions
|
@ -791,10 +791,9 @@ are replaced by \code{\%g} conversions.\footnote{
|
|||
point values on a particular machine.
|
||||
} All other errors raise exceptions.
|
||||
|
||||
Additional string operations are defined in standard module
|
||||
\refmodule{string} and in built-in module \refmodule{re}.
|
||||
\refstmodindex{string}
|
||||
\refstmodindex{re}
|
||||
Additional string operations are defined in standard modules
|
||||
\refmodule{string}\refstmodindex{string} and
|
||||
\refmodule{re}.\refstmodindex{re}
|
||||
|
||||
|
||||
\subsubsection{XRange Type \label{typesseq-xrange}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue