Opened 14 years ago

Last modified 12 years ago

#6506 closed defect

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

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

Description

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 (0)

Note: See TracTickets for help on using tickets.