﻿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
13029	Exception Value is empty with a HTMLParser.HTMLParseError	jedie	nobody	"In the settings.DEBUG Traceback page is the Exception Value empty if a HTMLParser.HTMLParseError was raised.

e.g.: Put this in a view:
{{{
    from HTMLParser import HTMLParseError
    raise HTMLParseError(""FooBar Error message"", (1, 2))
}}}

Normaly, the exception value should be:
{{{
FooBar Error message, at line 1, column 3
}}}"		closed	Uncategorized	dev		invalid	traceback		Accepted	0	0	0	0	0	0
