﻿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
21628	Stop using the `imp` module	Aymeric Augustin	nobody	"It's deprecated in Python 3.4: http://docs.python.org/3.4/library/imp. Django uses it in a handful of files.

Notably, it calls `imp.acquire_lock()` and `imp.release_lock()` in `AppCache.populate()`. These functions don't have a replacement. I'm not sure how to deal with that, maybe call them only on Python < 3.4?"	Cleanup/optimization	closed	Core (Other)	dev	Normal	fixed		merb	Ready for checkin	1	0	0	0	0	0
