﻿id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
6506	mastertickets fails with python2.3 (sorted() not in 2.3)	ryan@…	rjollos	"In `mastertickets/util.py`, the following line

{{{
#!python
from trac.util.compat import set
}}}

should be changed to

{{{
#!python
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."	defect	closed	normal	MasterTicketsPlugin	normal	fixed	python 2.3 sorted incompatible		0.11
