[Zope-dev] Persistence
Paul Prescod
paul@prescod.net
Tue, 24 Aug 1999 23:53:21 -0400
I think that this:
http://www.zope.org/Documentation/Reference/ObjectPublishingIntro
is out of date, right? BoboPOS no longer has "PickleDictionary". It
would be great if this document could be updated with a message: "this
info is a little out of date. Please see blah."
Zope really doesn't like what I came up with through hacking around:
def doit( state="Texas", city="Dallas"):
connection = Globals.DB.open()
states=[]
connection.root()["abc"]="def"
return "foo"
Paul Prescod