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
fdccf1ad
Commit
fdccf1ad
authored
Jul 26, 2004
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix information about what flag database files are opened with by default
parent
c8ae31dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Doc/lib/libbsddb.tex
Doc/lib/libbsddb.tex
+6
-6
No files found.
Doc/lib/libbsddb.tex
View file @
fdccf1ad
...
...
@@ -46,8 +46,8 @@ Open the hash format file named \var{filename}. Files never intended
to be preserved on disk may be created by passing
\code
{
None
}
as the
\var
{
filename
}
. The optional
\var
{
flag
}
identifies the mode used to open the file. It may be
\character
{
r
}
(read only
, default
),
\character
{
w
}
(read-write) ,
\character
{
c
}
(read-write - create if necessary) or
\character
{
r
}
(read only),
\character
{
w
}
(read-write) ,
\character
{
c
}
(read-write - create if necessary
; the default
) or
\character
{
n
}
(read-write - truncate to zero length). The other
arguments are rarely used and are just passed to the low-level
\cfunction
{
dbopen()
}
function. Consult the Berkeley DB documentation
...
...
@@ -62,8 +62,8 @@ Open the btree format file named \var{filename}. Files never intended
to be preserved on disk may be created by passing
\code
{
None
}
as the
\var
{
filename
}
. The optional
\var
{
flag
}
identifies the mode used to open the file. It may be
\character
{
r
}
(read only
, default
),
\character
{
w
}
(read-write),
\character
{
c
}
(read-write - create if necessary) or
\character
{
r
}
(read only),
\character
{
w
}
(read-write),
\character
{
c
}
(read-write - create if necessary
; the default
) or
\character
{
n
}
(read-write - truncate to zero length). The other
arguments are rarely used and are just passed to the low-level dbopen
function. Consult the Berkeley DB documentation for their use and
...
...
@@ -78,8 +78,8 @@ Open a DB record format file named \var{filename}. Files never intended
to be preserved on disk may be created by passing
\code
{
None
}
as the
\var
{
filename
}
. The optional
\var
{
flag
}
identifies the mode used to open the file. It may be
\character
{
r
}
(read only
, default
),
\character
{
w
}
(read-write),
\character
{
c
}
(read-write - create if necessary) or
\character
{
r
}
(read only),
\character
{
w
}
(read-write),
\character
{
c
}
(read-write - create if necessary
; the default
) or
\character
{
n
}
(read-write - truncate to zero length). The other
arguments are rarely used and are just passed to the low-level dbopen
function. Consult the Berkeley DB documentation for their use and
...
...
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