[Python-bugs-list] [ python-Bugs-802128 ] Mode argument of dumbdbm
does not work
SourceForge.net
noreply at sourceforge.net
Fri Sep 12 00:18:51 EDT 2003
Bugs item #802128, was opened at 2003-09-07 16:46
Message generated for change (Comment added) made by fdrake
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.
----------------------------------------------------------------------
>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2003-09-12 02:18
Message:
Logged In: YES
user_id=3066
I have what I think is a correct patch, but I should be able
to simplify it (related to handling the umask). Untested on
Windows.
----------------------------------------------------------------------
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