﻿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
19038	Add Experimental Support for Python 3.3	Ian Clelland	nobody	"The installation documentation currently claims that Django has ""experimental"" support for Python 3.2 and 3.3. Python 3.2 support is pretty solid, but there are several test cases that fail on 3.3 (Even with the hash randomization patch from #17758)

The major differences that are causing test failures in 3.3 are:

1. threading._Event has been renamed to threading.Event (This stops the test runner from even staring)
2. The technical error view attempts to apply source character encoding twice when using a PEP 302 loader
3. Several Python exceptions have had their messages reworded, and we are (recklessly) depending on the exact error message text in tests
There are some import errors that I haven't tracked down as well
"	Uncategorized	closed	Python 3	dev	Release blocker	fixed		ojiidotch@… aenor.realm@…	Accepted	1	0	0	0	0	0
