25 Aug
1999
25 Aug
'99
3:53 a.m.
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