[Python-bugs-list] [ python-Bugs-802128 ] Mode argument of dumbdbm does not work

SourceForge.net noreply at sourceforge.net
Sun Sep 7 14:46:04 EDT 2003


Bugs item #802128, was opened at 2003-09-07 22:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=802128&group_id=5470

Category: Python Interpreter Core
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Martin v. Löwis (loewis)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Mode argument of dumbdbm does not work

Initial Comment:
In dumbdbm.py 2.15, support for a mode argument was

added. However, this support does not work: The mode

argument is passed to __builtin__.open, which does not

support specification of a mode. Instead, the third

argument to that function specifies the buffer size.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=802128&group_id=5470



More information about the Python-bugs-list mailing list