﻿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
29356	request.GET.getlist default is [] instead of None	JorisBenschop	Paul Grau	"from https://docs.djangoproject.com/en/dev/ref/request-response/#django.http.QueryDict.getlist:
    QueryDict.getlist(key, default=None)¶
    Returns a list of the data with the requested key. Returns an empty list if the key doesn’t exist and a default value wasn’t provided

As far as I know an empty list, [] is not the same as None. should it thus not be rewritten as:
    QueryDict.getlist(key, default=[ ])¶
 
"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed			Ready for checkin	1	0	0	0	1	0
