Opened 18 years ago
Closed 18 years ago
#5315 closed defect (fixed)
Failure on ticket view - 'sorted not defined'
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | general | Version: | devel |
Severity: | trivial | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Updated to trac r5392 this morning, using apache 2.0.49, python 2.3.4, SLES 9, mod_python
The Wiki page loads OK, View Tickets" loads OK, ticket report runs OK, but selecting a ticket causes an ERROR in trac/ticket/
Attachments (0)
Change History (4)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
sorted() is a new Python 2.4 built-in. The use of it is breaking 2.3 compatibility and either the requirements should be updated or an alternative implementation of sorted() provided for python 2.3.
comment:3 by , 18 years ago
Milestone: | → 0.11 |
---|---|
Owner: | changed from | to
Severity: | normal → trivial |
Status: | new → assigned |
Ok, before we get flooded by reports (#5323), I'll take care of this one…
Some detail; from the error report follows: