﻿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
11036	QueryDict has_key() calls __getitem__ instead of __contains__	Ben Smith	nobody	"When I try to something like:

if request.FILES.has_key('key'):
    ....

If the key does not exist, an exception is raised.  Looking at the stack trace, I see that __getitem__ was called. Shouldn't has_key map to __contains__?"		closed	HTTP handling	1.0		worksforme	QueryDict		Unreviewed	0	0	0	0	0	0
