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@igglybob.com,rjollos,In `mastertickets/util.py`_ the following line\r\n\r\n{{{\r\n#!python\r\nfrom trac.util.compat import set\r\n}}}\r\n\r\nshould be changed to\r\n\r\n{{{\r\n#!python\r\nfrom trac.util.compat import set_ sorted\r\n}}}\r\n\r\nbecause unfortunately that seems to have been missed util.py but is present in any other files that use sorted().\r\n\r\nWell hey_ easy bug_ at least.,defect,closed,normal,MasterTicketsPlugin,normal,fixed,python 2.3 sorted incompatible,,0.11
