﻿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
22840	Use six.integer_types everywhere	Marc Tamlyn	anonymous	There are 23 places in the source code where we use `isinstance(..., int)` rather than `six.integer_types`. There is probably no reason why these should not accept instances of `long` on python 2, so we should update these instances (with regression tests) to be `six.integer_types`.	Cleanup/optimization	closed	Python 2	dev	Normal	wontfix		matt@… bowlofkashi	Accepted	0	0	0	1	1	0
