[Trac-tickets] Re: [The Trac Project] #2830: sort by component
oopses
The Trac Project
noreply at edgewall.com
Thu Mar 2 22:57:13 CST 2006
#2830: sort by component oopses
----------------------------------------------------+-----------------------
Reporter: Andres Salomon <dilinger at athenacr.com> | Owner: jonas
Type: defect | Status: closed
Priority: normal | Milestone: 0.10
Component: general | Version: devel
Severity: normal | Resolution: fixed
Keywords: |
----------------------------------------------------+-----------------------
Changes (by mgood):
* status: new => closed
* resolution: => fixed
Comment:
The problem was apparently due to `MySQLdb` returning tuples from
`cursor.fetchall()` instead of lists. I cleaned up the code a bit in
[2947] to use `sorted()` instead of the comparator which fixes this as
well.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2830>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list