﻿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
6627	clear method of SortedDict doesn't update keyOrder	samuel@…	nobody	"Calling the ""clear"" method of SortedDict doesn't clear the keyOrder list. Quick fix though:

{{{
def clear(self):
    super(SortedDict, self).clear()
    self.keyOrder = []
}}}
"		closed	Uncategorized	dev		fixed			Unreviewed	0	0	0	0	0	0
