﻿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
1363	Python 2.3-ism in magic-removal	Esaj	Adrian Holovaty	"Need to add this:
{{{
# For Python 2.3
if not hasattr(__builtins__, 'set'):
    from sets import Set as set
}}}
to {{{django/db/models/query.py}}}."	defect	closed	Core (Other)	magic-removal	normal	fixed			Unreviewed	0	0	0	0	0	0
