﻿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
16900	utils.dictconfig and utils.unittest don't work with python 3.0 and 3.1	adsworth	adsworth	"utils.log imports the django specific copy of dictconfig is the import from the stdlib fails.
The copy is a copy of the 2.X version of dictconfig.py and this version does not work with py3k.

We can now either:
  a. adapt the copy to work with py3k
  b. also copy the py3k version of dictconfig and if the import from the stdlib fails make a conditional import depending on if we are running a version >= 3 or not."	Bug	closed	Python 3	1.3	Normal	wontfix		adsworth	Design decision needed	0	0	0	0	0	0
