Code

clarify python version
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 20 Jul 2009 06:34:17 +0000 (06:34 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 20 Jul 2009 06:34:17 +0000 (06:34 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4331 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/announcement.txt
setup.py

index 3b1cb8da92247eadba2ae014cfc7698e7eca714a..1392f151dec1ac52360f8bb14abf93f112743867 100644 (file)
@@ -24,7 +24,7 @@ Though some new features made it in also:
 If you're upgrading from an older version of Roundup you *must* follow
 the "Software Upgrade" guidelines given in the maintenance documentation.
 
-Roundup requires python 2.3 or later for correct operation.
+Roundup requires python 2.3 or later (but not 3+) for correct operation.
 
 To give Roundup a try, just download (see below), unpack and run::
 
index d73f7cf987c248d7547d30319fef14446e1bfec2..206f74e7979a32a09f0c1cd04b8f6d80a56fb582 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -116,7 +116,7 @@ And adds a couple of other fixes:
 If you're upgrading from an older version of Roundup you *must* follow
 the "Software Upgrade" guidelines given in the maintenance documentation.
 
-Roundup requires python 2.3 or later for correct operation.
+Roundup requires python 2.3 or later (but not 3+) for correct operation.
 
 To give Roundup a try, just download (see below), unpack and run::
 
@@ -147,9 +147,9 @@ Roundup manages a number of issues (with flexible properties such as
 The system will facilitate communication among the participants by managing
 discussions and notifying interested parties when issues are edited. One of
 the major design goals for Roundup that it be simple to get going. Roundup
-is therefore usable "out of the box" with any python 2.3+ installation. It
-doesn't even need to be "installed" to be operational, though a
-disutils-based install script is provided.
+is therefore usable "out of the box" with any python 2.3+ (but not 3+)
+installation. It doesn't even need to be "installed" to be operational,
+though an install script is provided.
 
 It comes with two issue tracker templates (a classic bug/feature tracker and
 a minimal skeleton) and five database back-ends (anydbm, sqlite, metakit,