Prothon weekly release with Prosist

"Mark Hahn" <[email protected]> Thu, 29 Apr 2004 12:22:28 -0700
Newsgroups gmane.comp.lang.prothon.announce
Message-ID <000501c42e20$29e80840$0d01a8c0@MarkVaio>
The weekly release of Prothon, http://prothon.org, that usually appears on
the weekend appeared late this week due to technical difficulties, but it is
worth the wait.  It includes Prosist, the transaction based object store
that replaces the equivalent Python pickle.  Like the other features built
on top of the locking Prothon objects, threads and security, prosist is
simple and powerful.  See http://prothon.org/prosist.htm


Version 0.0.6 - Build 420 - 4/26/04 - Weekly Release

    - Added Prosist object store database module
    - setProto and addProto now work on immutable objects
    - Added test files: int.pr, modint.pr, prosist.pr
    - Fixed permission bug in interactive console (I=1)
    - Fixed string._iter_() method