bject: [IronPython] NotImplementedError: bad mode: rb+
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
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 = a