From 3016f5d61f05e9bde67f277c6d9e88a99958f550 Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 20 Jul 2009 06:34:17 +0000 Subject: [PATCH] clarify python version git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4331 57a73879-2fb5-44c3-a270-3262357dd7e2 --- doc/announcement.txt | 2 +- setup.py | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/announcement.txt b/doc/announcement.txt index 3b1cb8d..1392f15 100644 --- a/doc/announcement.txt +++ b/doc/announcement.txt @@ -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:: diff --git a/setup.py b/setup.py index d73f7cf..206f74e 100644 --- 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, -- 2.30.2