Closed jamesls closed 11 years ago
Going to close this one. I'd like to support jython2.7, but it's current beta version has a pretty bad bug that I don't think is worth working around (http://bugs.jython.org/issue2068). Once this issue is fixed I'll go ahead and reevaluate supporting jython.
Not officially released yet, but semidbm should support jython2.7. This gives jython users an easy to use dbm for jython (gdbm is not available on jython).
In terms of the work, we'll have to refactor the use of mmap, as that't not available on the jython platform.