712
712
# contents of stderr are logged in an OOPS report.
715
def new_oops_raising((type, value, tb), request, now):
715
def new_oops_raising((type, value, tb), request):
716
716
oops_logged.append((type, value, tb))
718
718
old_oops_raising = errorlog.globalErrorUtility.raising