﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
12746	Use key argument in sort calls	Martin v. Löwis	nobody	"Now that Python 2.4 is the minimum supported version, it is possible to replace all comparison functions with key functions. The attached patch does that.

Doing so has two advantages:
  - it may be slightly faster, in particular, if the comparing the key values is faster than calling the cmp function
  - it helps moving Django towards Python 3, which doesn't support the compare function anymore.

With the patch, I don't get any additional failures when testing on trunk."		closed	Uncategorized	1.2-alpha		fixed			Ready for checkin	0	0	0	0	0	0
