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
0afbc813
Commit
0afbc813
authored
Sep 16, 2003
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fixups
parent
dee9ab01
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Doc/lib/libbsddb.tex
Doc/lib/libbsddb.tex
+2
-1
Doc/lib/libdbhash.tex
Doc/lib/libdbhash.tex
+1
-1
No files found.
Doc/lib/libbsddb.tex
View file @
0afbc813
...
...
@@ -102,7 +102,8 @@ systems which ship with the old Berkeley DB 1.85 database library. The
Once instantiated, hash, btree and record objects support
the same methods as dictionaries. In addition, they support
the following methods:
the methods listed below.
\versionchanged
[Added dictionary methods]
{
2.3.1
}
\begin{methoddesc}
{
close
}{}
Close the underlying file. The object can no longer be accessed. Since
...
...
Doc/lib/libdbhash.tex
View file @
0afbc813
...
...
@@ -73,7 +73,7 @@ methods are available in addition to the standard methods.
\begin{verbatim}
print db.first()
for i in xrange(1, len(d)):
for i in xrange(1, len(d
b
)):
print db.next()
\end{verbatim}
\end{methoddesc}
...
...
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