Skip to content

Commit 2c16dbf

Browse files
committed
Fix installation docs for correct python version
Fix installation documentation (section Prerequisites) to require at least python 2.5, thanks to John P. Rouillard for discovering this.
1 parent 8665057 commit 2c16dbf

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGES.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,13 @@ Fixed:
4444
thanks W. Trevor King (John Kristensen)
4545
- Fix basic authentication: instatiating the login action would fail if
4646
the user is not set. We now first set the user to anonymous and then
47-
try basic authentication if enabled.
47+
try basic authentication if enabled. (Ralf Schlatterbeck)
4848
- Fix xmlrpc permissions for lookup method: Allow if the key attribute
49-
is either searchable or viewable, don't check id attribute
49+
is either searchable or viewable, don't check id attribute (Ralf
50+
Schlatterbeck)
51+
- Fix installation documentation (section Prerequisites) to require at
52+
least python 2.5, thanks to John P. Rouillard for discovering this.
53+
(committed by Ralf Schlatterbeck)
5054

5155

5256
2012-05-15: 1.4.20

doc/installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Roundup scripts
3030
Prerequisites
3131
=============
3232

33-
Roundup requires Python 2.3 or newer (but not Python 3) with a functioning
33+
Roundup requires Python 2.5 or newer (but not Python 3) with a functioning
3434
anydbm module. Download the latest version from http://www.python.org/.
3535
It is highly recommended that users install the latest patch version
3636
of python as these contain many fixes to serious bugs.

0 commit comments

Comments
 (0)