mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Added more "See also" entries, + 1 inline hyperlink.
This commit is contained in:
parent
ea003fcc2a
commit
4f21d54764
3 changed files with 21 additions and 1 deletions
|
@ -87,3 +87,10 @@ only when the database has to be created. It defaults to octal
|
|||
\begin{excdesc}{error}
|
||||
Raised for errors not reported as \exception{KeyError} errors.
|
||||
\end{excdesc}
|
||||
|
||||
|
||||
\begin{seealso}
|
||||
\seemodule{anydbm}{Generic interface to \code{dbm}-style databases.}
|
||||
\seemodule{whichdb}{Utility module used to determine the type of an
|
||||
existing database.}
|
||||
\end{seealso}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue