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: duplicate
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, jmlamanna
Priority: normal Keywords: patch

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:05adminsetgithub: 40498
2004-07-03 06:02:43jmlamannacreate