mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
small changes by Soren Larsen
This commit is contained in:
parent
a8a8d4aadd
commit
6bb1adc7ee
62 changed files with 394 additions and 406 deletions
|
|
@ -19,6 +19,6 @@ raised for general mapping errors like specifying an incorrect key.
|
|||
Open a dbm database and return a mapping object. \var{filename} is
|
||||
the name of the database file (without the \file{.dir} or \file{.pag}
|
||||
extensions), \var{rwmode} is \code{'r'}, \code{'w'} or \code{'rw'} as for
|
||||
\code{open}, and \var{filemode} is the unix mode of the file, used only
|
||||
\code{open}, and \var{filemode} is the \UNIX{} mode of the file, used only
|
||||
when the database has to be created.
|
||||
\end{funcdesc}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue