Opened 14 years ago

Last modified 11 years ago

#6506 closed defect

mastertickets fails with python2.3 (sorted() not in 2.3) — at Version 2

Reported by: ryan@… Owned by: Ryan J Ollos
Priority: normal Component: MasterTicketsPlugin
Severity: normal Keywords: python 2.3 sorted incompatible
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

In mastertickets/util.py, the following line

from trac.util.compat import set

should be changed to

from trac.util.compat import set, sorted

because unfortunately that seems to have been missed util.py but is present in any other files that use sorted().

Well hey, easy bug, at least.

Change History (2)

comment:1 Changed 11 years ago by Ryan J Ollos

Owner: changed from Noah Kantrowitz to Ryan J Ollos
Status: newassigned

comment:2 Changed 11 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.