SVN: ZODB/trunk/3.11.txt *** empty log message ***
Jim Fulton <[email protected]> Fri, 24 Feb 2012 14:19:47 -0500 (EST)
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20120224191947.9B78594204__10039.0098210939$1330111195$gmane$org@cvs.zope.org> |
Log message for revision 124474: *** empty log message *** Changed: U ZODB/trunk/3.11.txt -=- Modified: ZODB/trunk/3.11.txt =================================================================== --- ZODB/trunk/3.11.txt 2012-02-24 16:14:01 UTC (rev 124473) +++ ZODB/trunk/3.11.txt 2012-02-24 19:19:46 UTC (rev 124474) @@ -24,3 +24,6 @@ - JSONic read-only mode where you can read most objects for which you don't have classes as long at they have the default getstate. This might be as simple as using a variation of broken objects. + +- persistent.Object, which handles the common case of a simple object + that just has some data. (The moral equivalent of a JS object. :)