Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4f21d547
Commit
4f21d547
authored
Apr 05, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added more "See also" entries, + 1 inline hyperlink.
parent
ea003fcc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
1 deletion
+21
-1
Doc/lib/libanydbm.tex
Doc/lib/libanydbm.tex
+7
-0
Doc/lib/libdbm.tex
Doc/lib/libdbm.tex
+7
-0
Doc/lib/libgdbm.tex
Doc/lib/libgdbm.tex
+7
-1
No files found.
Doc/lib/libanydbm.tex
View file @
4f21d547
...
...
@@ -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}
Doc/lib/libdbm.tex
View file @
4f21d547
...
...
@@ -38,3 +38,10 @@ The optional \var{mode} argument is the \UNIX{} mode of the file, used
only when the database has to be created. It defaults to octal
\code
{
0666
}
.
\end{funcdesc}
\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}
Doc/lib/libgdbm.tex
View file @
4f21d547
...
...
@@ -20,7 +20,7 @@
% this; it's just a little annoying. The warning can be ignored, but
% the index produced uses the non-bold version.
This module is quite similar to the
\module
{
dbm
}
\refbimodindex
{
dbm
}
This module is quite similar to the
\
ref
module
{
dbm
}
\refbimodindex
{
dbm
}
module, but uses
\code
{
gdbm
}
instead to provide some additional
functionality. Please note that the file formats created by
\code
{
gdbm
}
and
\code
{
dbm
}
are incompatible.
...
...
@@ -97,3 +97,9 @@ When the database has been opened in fast mode, this method forces any
unwritten data to be written to the disk.
\end{funcdesc}
\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}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment