[Zodb-checkins] CVS: StandaloneZODB - README:1.1.4.6
Guido van Rossum
guido@python.org
Sat, 26 Jan 2002 22:54:28 -0500
Update of /cvs-repository/StandaloneZODB
In directory cvs.zope.org:/tmp/cvs-serv3561
Modified Files:
Tag: StandaloneZODB-1_0-branch
README
Log Message:
Note that it *does* work with 2.0 -- except for Berkeley storage.
=== StandaloneZODB/README 1.1.4.5 => 1.1.4.6 ===
StandaloneZODB is known to work with with all Python versions from
- Python 2.1 to Python 2.2. It will not work with any version
- earlier than Python 2.1, and we have no plans to support those.
- Our primary development platform is Linux, but everything should
- work on most Un*x platforms, and we've tested this distribution on
- Windows with the Python 2.2 final release (it may or may not work
- on Windows with earlier Python releases).
+ Python 2.0 to Python 2.2, except for Berkeley storage, which
+ requires Python 2.1 or higher (because of a technicality). It
+ will not work with versions earlier than 2.0, and we have no plans
+ to support those. Our primary development platform is Linux, but
+ everything should work on most Un*x platforms, and we've tested
+ this distribution on Windows with the Python 2.2 final release (it
+ may or may not work on Windows with earlier Python releases).
The components you get with the StandaloneZODB release are as follows: