mirror of
https://github.com/python/cpython.git
synced 2025-11-11 22:55:08 +00:00
This commit is contained in:
parent
1263bd8b6c
commit
ea271f2d5e
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ static PyObject *
|
||||||
dbmopen(PyObject *self, PyObject *args)
|
dbmopen(PyObject *self, PyObject *args)
|
||||||
{
|
{
|
||||||
char *name;
|
char *name;
|
||||||
char *flags = "r ";
|
char *flags = "r";
|
||||||
int iflags;
|
int iflags;
|
||||||
int mode = 0666;
|
int mode = 0666;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue