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

Issue984672

Created on 2004-07-03 17:37 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 17:37 Fixes a bug in gdbmmodule dealing with the optional 2nd arugment.
Messages (2)
msg46312 - (view) Author: James Lamanna (jmlamanna) Date: 2004-07-03 17:37
Typo in setting the default value of the flags in the gdbm module, which causes open() to fail if no second argument is given.
msg46313 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2004-07-07 14:20
Logged In: YES user_id=11375 Applied to both CVS head and the 2.3 branch; thanks for the fix!
History
Date User Action Args
2022-04-11 14:56:05 admin set github: 40500
2004-07-03 17:37:01 jmlamanna create