This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fix bug 982806 - allow for optional 2nd argument
Type: Stage:
Components: Extension Modules Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, jmlamanna
Priority: normal Keywords: patch

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:05adminsetgithub: 40500
2004-07-03 17:37:01jmlamannacreate