Hello, I want to use 'anydbm' module.
However, some feature missing. See below.
Is there a plan to add this feature?

IronPython 1.0.2420 on .NET 2.0.50727.42
Copyright (c) Microsoft Corporation. All rights reserved.
>>> import sys
>>> sys.path.append(r'C:\Python24\Lib')
>>> import anydbm
>>> d = anydbm.open('testing.db','c')
>>> d["foo"]="goo"
Traceback (most recent call last):
  File , line 0, in <stdin>##53
  File C:\Python24\Lib\dumbdbm.py, line 163, in __setitem__
  File C:\Python24\Lib\dumbdbm.py, line 129, in _addval
  File , line 0, in Make##49
NotImplementedError: bad mode: rb+
>>>
_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to