# HG changeset patch # User Anthony Baxter # Date 1056426465 0 # Node ID 580ce488f976318e7c78f1d716877b13abd9d2fc # Parent b6621f8bd496be0960f92dccd3d137f045a56e83 py2.3+roundup, not in a happy place diff -r b6621f8bd496 -r 580ce488f976 doc/installation.txt --- a/doc/installation.txt Tue Jun 24 03:33:56 2003 +0000 +++ b/doc/installation.txt Tue Jun 24 03:47:45 2003 +0000 @@ -2,7 +2,7 @@ Installing Roundup ================== -:Version: $Revision: 1.37.2.1 $ +:Version: $Revision: 1.37.2.2 $ .. contents:: @@ -34,7 +34,9 @@ Python 2.1.1 or newer with a functioning anydbm or bsddb module. Download the latest version from http://www.python.org/. It is highly recommended that users install the latest patch version of python - 2.1.3 or 2.2.3 - as these -contain many fixes to serious bugs. +contain many fixes to serious bugs. Python 2.3 (currently in beta) has some +"issues", at least with the SQLite backend, and possibly with other backends +as well. It shouldn't be used with Roundup for now. If you want to use Berkeley DB bsddb3 with Roundup, use version 3.3.0 or later. Download the latest version from http://pybsddb.sourceforge.net/.