﻿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
14972	AdminEmailHandler breaks when report is missing stack trace information	jamstooks	nobody	"If a log message doesn't have stack trace info then record.exc_info is () and ExceptionReporter !__init!__() breaks. I assume this is because *exc_info should contain the keyword arguments, but is assigned to ():

{{{
# django/utils/log.py line # 89
exc_info = ()
...
reporter = ExceptionReporter(request, is_email=True, *exc_info)
# ERROR: __init__() takes at least 5 non-keyword arguments (2 given)
}}}

I'd be happy to build a patch for this in some way (if this is indeed a bug), but I'm not sure if the fix belongs in AdminEmailHandler or ExceptionReporter."		closed	Core (Other)	1.3-alpha		fixed	blocker	ben.stookey@…	Accepted	1	0	1	1	0	0
