Issue 984495: Fix bug 982806 - allow for optional 2nd argument (original) (raw)

Issue984495

Created on 2004-07-03 06:02 by jmlamanna, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
gdbmmodule.c.patch jmlamanna,2004-07-03 06:02 Fixes a bug in gdbmmodule dealing with the optional 2nd arugment.
Messages (2)
msg46306 - (view) Author: James Lamanna (jmlamanna) Date: 2004-07-03 06:02
Typo in setting the default value of the flags in the gdbm module, which causes open() to fail if no second argument is given.
msg46307 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2004-07-07 14:21
Logged In: YES user_id=11375 Duplicated patch; closing.
History
Date User Action Args
2022-04-11 14:56:05 admin set github: 40498
2004-07-03 06:02:43 jmlamanna create