﻿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
11316	Changeset [10966] broken python 2.3 support	Kyle Fuller	Kyle Fuller	"""FutureWarning: x<<y losing bits or changing sign will return a long in Python 2.4 and up""

Changeset [10966] used 1<<32 which will return 0 in python 2.3, and 4294967296L in newer versions. I have simply changed 1<<32 and hard coded the value in (4294967296L)"		closed	Database layer (models, ORM)	dev		fixed			Accepted	1	0	0	0	0	0
