[Zodb-checkins] CVS: ZODB3 - ZEO-NEWS.txt:1.39.2.6
Guido van Rossum
guido@python.org
Fri, 4 Oct 2002 20:32:19 -0400
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv27347
Modified Files:
Tag: ZODB3-3_1-branch
ZEO-NEWS.txt
Log Message:
The subclassing hooks made it into 3.1b2 after all.
=== ZODB3/ZEO-NEWS.txt 1.39.2.5 => 1.39.2.6 ===
--- ZODB3/ZEO-NEWS.txt:1.39.2.5 Fri Oct 4 20:28:13 2002
+++ ZODB3/ZEO-NEWS.txt Fri Oct 4 20:32:19 2002
@@ -4,13 +4,7 @@
The changes since the ZEO 2.0b2 release are:
- - Added subclassing hooks to ClientStorage and StorageServer
-
- It is now easy to provide a subclass of a class that is
- instantiated, by setting the corresponding hook class
- variable. E.g. if you subclass ZEOStorage, you should also
- subclass StorageServer and set StorageServer.ZEOStorageClass
- to your ZEOStorage subclass.
+ - XXX
ZEO 2.0 beta 2 (2002/10/04)