﻿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
7456	IndexError message should not be checked (for Jython compatibility)	Leo Soto M.	nobody	"Jython has a slightly different message for IndexErrors:

{{{
>>> [][0]
Traceback (most recent call last):
  File ""<stdin>"", line 1, in <module>
IndexError: index out of range: 0
}}}

As it has information that is not present on CPython messages (the index which caused the error), Jython is not going to change this message to match exactly the CPython one. 

The attached patch fixes the only place where the Django test suite is checking for the exact error message."		closed	Testing framework	dev		fixed	jython		Ready for checkin	1	0	0	0	0	0
