﻿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
709	"The MultiValueDict in datastructures.py should have a ""__contains__"" method defined"	brantley (deadwisdom@…	Adrian Holovaty	"The MultiValueDict in datastructures.py should have a ""__contains__"" method defined, so that one can do:

{{{
if ('world' in request.GET):
    destroy_world(request.GET['world'])
}}}

Although, the {{{destroy_world}}} function is left as an exercise for the reader.

A simple patch which concerns datastructures.py is included."	defect	closed	Core (Other)		normal	fixed			Unreviewed	0	0	0	0	0	0
