[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.4.3

Jeremy Hylton jeremy at zope.com
Thu Jul 17 12:32:23 EDT 2003


Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv9376

Modified Files:
      Tag: zodb33-devel-branch
	NEWS.txt 
Log Message:
Add a brief note about the Persistent base class.

Change top-level headings to subheadings.


=== ZODB3/NEWS.txt 1.33.4.2 => 1.33.4.3 ===
--- ZODB3/NEWS.txt:1.33.4.2	Thu Jul 17 11:08:24 2003
+++ ZODB3/NEWS.txt	Thu Jul 17 11:32:19 2003
@@ -2,8 +2,18 @@
 ===============================
 Release date: 17-Jul-2003
 
+New features of Persistence
+---------------------------
+
+The Persistent base class is a regular Python type implemented in C.
+It should be possible to create new-style classes that inherit from
+Persistent, and, thus, use all the new Python features introduced in
+Python 2.2 and 2.3.
+
+The __changed__() method on Persistent objects is no longer supported.
+
 New features in BTrees
-======================
+----------------------
 
 BTree, Bucket, TreeSet and Set objects are now iterable objects, playing
 nicely with the iteration protocol introduced in Python 2.2, and can




More information about the Zodb-checkins mailing list