[Zodb-checkins] SVN: ZODB/trunk/README.txt Updated compatibility notes.
Jim Fulton
jim at zope.com
Tue Apr 20 13:22:21 EDT 2010
Log message for revision 111179:
Updated compatibility notes.
Changed:
U ZODB/trunk/README.txt
-=-
Modified: ZODB/trunk/README.txt
===================================================================
--- ZODB/trunk/README.txt 2010-04-20 17:22:14 UTC (rev 111178)
+++ ZODB/trunk/README.txt 2010-04-20 17:22:21 UTC (rev 111179)
@@ -29,9 +29,10 @@
Note --
When using ZEO and upgrading from Python 2.4, you need to upgrade
clients and servers at the same time, or upgrade clients first and
- then servers. Clients running Python 2.4 won't work properly with
- servers running Python 2.5 or later dur to changes in the way
- Python implements exceptions.
+ then servers. Clients running Python 2.5 or 2.6 will work with
+ servers running Python 2.4. Clients running Python 2.4 won't work
+ properly with servers running Python 2.5 or later due to changes in
+ the way Python implements exceptions.
ZODB ZEO clients from ZODB 3.2 on can talk to ZODB 3.10 servers. ZODB
ZEO 3.10 Clients can talk to ZODB 3.8, 3.9, and 3.10 ZEO servers.
More information about the Zodb-checkins
mailing list