Code

py2.3+roundup, not in a happy place
authoranthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 24 Jun 2003 03:47:45 +0000 (03:47 +0000)
committeranthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 24 Jun 2003 03:47:45 +0000 (03:47 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1755 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/installation.txt

index 088a0f2f5f7879142f6566e52a9451e4f8f9c1db..ea46aaa586da21e592482481ce5de963ac2f0782 100644 (file)
@@ -2,7 +2,7 @@
 Installing Roundup
 ==================
 
-:Version: $Revision: 1.53 $
+:Version: $Revision: 1.54 $
 
 .. contents::
 
@@ -34,7 +34,9 @@ Prerequisites
 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/.